Html Css Color HEX #BDC806 La Rioja

📋 copy color: '#BDC806'

red 189 ◦ green 200 ◦ blue 6

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

Shades of La Rioja #BDC806

Tints of La Rioja #BDC806

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.63%

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

R = 47.85%
G = 50.63%
B = 1.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#BDC806 (or 0xBDC806) is known color: La Rioja. HEX triplet: BD, C8 and 06. RGB value is (189,200,6). Sum of RGB (Red+Green+Blue) = 189+200+6=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 6 (2.73% from 255 or 1.52% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC806 is #4237F9. Grayscale: #AFAFAF. Windows color (decimal): -4339706 or 444605. OLE color: 444605.

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

Color convert

RGB 189 200 6 -
CMYK 0.06 0 0.97 0.22
HSL 63.4º 0.94% 0.4% -
HSV(B) 63.4º 0.97% 0.78% -
XYZ 41.67 52.14 8.04 -
YUV 174.6 32.86 138.27 -
System Red Green Blue C M Y K H S L
Decimal 189 200 6 0.06 0 0.97 0.22 63.4 0.94 0.4
Hex BD C8 6 6 0 61 16 3F 5E 28
Octal 275 310 6 6 0 141 26 77 136 50
Binary 10111101 11001000 110 110 0 1100001 10110 111111 1011110 101000

Color Harmonies of #BDC806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC806

Black with #BDC806

Text Example


Text Example

White with #BDC806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC806; }

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

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

background-color css

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

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

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

border-color css

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

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

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