Html Css Color HEX #BDC406 La Rioja

📋 copy color: '#BDC406'

red 189 ◦ green 196 ◦ blue 6

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

Shades of La Rioja #BDC406

Tints of La Rioja #BDC406

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.13%

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 48.34%
G = 50.13%
B = 1.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#BDC406 (or 0xBDC406) is known color: La Rioja. HEX triplet: BD, C4 and 06. RGB value is (189,196,6). Sum of RGB (Red+Green+Blue) = 189+196+6=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC406 is #423BF9. Grayscale: #ADADAD. Windows color (decimal): -4340730 or 443581. OLE color: 443581.

HSL color Cylindrical-coordinate representation of color #BDC406: hue angle of 62.21º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDC406 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 6 -
CMYK 0.04 0 0.97 0.23
HSL 62.21º 0.94% 0.4% -
HSV(B) 62.21º 0.97% 0.77% -
XYZ 40.76 50.31 7.74 -
YUV 172.25 34.18 139.95 -
System Red Green Blue C M Y K H S L
Decimal 189 196 6 0.04 0 0.97 0.23 62.21 0.94 0.4
Hex BD C4 6 4 0 61 17 3E 5E 28
Octal 275 304 6 4 0 141 27 76 136 50
Binary 10111101 11000100 110 100 0 1100001 10111 111110 1011110 101000

Color Harmonies of #BDC406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC406

Black with #BDC406

Text Example


Text Example

White with #BDC406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC406; }

 p { color: rgb(189,196,6); }

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

background-color css

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

 a { background-color: rgb(189,196,6); }

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

border-color css

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

 span { border-color: rgb(189,196,6); }

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