Html Css Color HEX #BDC904 La Rioja

📋 copy color: '#BDC904'

red 189 ◦ green 201 ◦ blue 4

#BDC904
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BDC904

Tints of La Rioja #BDC904

RGB

 RED value IS 189 (74.22% from 255) = 47.97%

 GREEN value IS 201 (78.91% from 255) = 51.02%

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 47.97%
G = 51.02%
B = 1.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDC904 (or 0xBDC904) is known color: La Rioja. HEX triplet: BD, C9 and 04. RGB value is (189,201,4). Sum of RGB (Red+Green+Blue) = 189+201+4=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC904 is #4236FB. Grayscale: #AFAFAF. Windows color (decimal): -4339452 or 313789. OLE color: 313789.

HSL color Cylindrical-coordinate representation of color #BDC904: hue angle of 63.65º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDC904 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 4 -
CMYK 0.06 0 0.98 0.21
HSL 63.65º 0.96% 0.4% -
HSV(B) 63.65º 0.98% 0.79% -
XYZ 41.89 52.6 8.06 -
YUV 174.95 31.52 138.02 -
System Red Green Blue C M Y K H S L
Decimal 189 201 4 0.06 0 0.98 0.21 63.65 0.96 0.4
Hex BD C9 4 6 0 62 15 40 60 28
Octal 275 311 4 6 0 142 25 100 140 50
Binary 10111101 11001001 100 110 0 1100010 10101 1000000 1100000 101000

Color Harmonies of #BDC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC904

Black with #BDC904

Text Example


Text Example

White with #BDC904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC904; }

 p { color: rgb(189,201,4); }

 H1.HeaderClassName
 {
   color: #BDC904;
 }
 .AnyTagClassName
 {
   color: #BDC904;
 }
</style>

background-color css

<style>
 a { background-color: #BDC904; }

 a { background-color: rgb(189,201,4); }

 div.DivClassName
 {
   background-color: #BDC904;
 }
 .BgClassName
 {
   background-color: #BDC904;
 }
</style>

border-color css

<style>
 span { border-color: #BDC904; }

 span { border-color: rgb(189,201,4); }

 td.TdClassName
 {
   border-color: #BDC904;
 }
 .TagClassName
 {
   border-color: #BDC904;
 }
</style>