Html Css Color HEX #BDC006 La Rioja

📋 copy color: '#BDC006'

red 189 ◦ green 192 ◦ blue 6

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

Shades of La Rioja #BDC006

Tints of La Rioja #BDC006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.61%

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

R = 48.84%
G = 49.61%
B = 1.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BDC006 (or 0xBDC006) is known color: La Rioja. HEX triplet: BD, C0 and 06. RGB value is (189,192,6). Sum of RGB (Red+Green+Blue) = 189+192+6=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC006 is #423FF9. Grayscale: #AAAAAA. Windows color (decimal): -4341754 or 442557. OLE color: 442557.

HSL color Cylindrical-coordinate representation of color #BDC006: hue angle of 60.97º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDC006 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 6 -
CMYK 0.02 0 0.97 0.25
HSL 60.97º 0.94% 0.39% -
HSV(B) 60.97º 0.97% 0.75% -
XYZ 39.87 48.53 7.44 -
YUV 169.9 35.51 141.62 -
System Red Green Blue C M Y K H S L
Decimal 189 192 6 0.02 0 0.97 0.25 60.97 0.94 0.39
Hex BD C0 6 2 0 61 19 3D 5E 27
Octal 275 300 6 2 0 141 31 75 136 47
Binary 10111101 11000000 110 10 0 1100001 11001 111101 1011110 100111

Color Harmonies of #BDC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC006

Black with #BDC006

Text Example


Text Example

White with #BDC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC006; }

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

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

background-color css

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

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

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

border-color css

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

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

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