Html Css Color HEX #BDB600 La Rioja

📋 copy color: '#BDB600'

red 189 ◦ green 182 ◦ blue 0

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

Shades of La Rioja #BDB600

Tints of La Rioja #BDB600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.94%
G = 49.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDB600 (or 0xBDB600) is known color: La Rioja. HEX triplet: BD, B6 and 00. RGB value is (189,182,0). Sum of RGB (Red+Green+Blue) = 189+182+0=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB600 is #4249FF. Grayscale: #A4A4A4. Windows color (decimal): -4344320 or 46781. OLE color: 46781.

HSL color Cylindrical-coordinate representation of color #BDB600: hue angle of 57.78º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDB600 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 182 0 -
CMYK 0 0.04 1 0.26
HSL 57.78º 1% 0.37% -
HSV(B) 57.78º 1% 0.74% -
XYZ 37.71 44.27 6.56 -
YUV 163.35 35.82 146.3 -
System Red Green Blue C M Y K H S L
Decimal 189 182 0 0 0.04 1 0.26 57.78 1 0.37
Hex BD B6 0 0 4 64 1A 3A 64 25
Octal 275 266 0 0 4 144 32 72 144 45
Binary 10111101 10110110 0 0 100 1100100 11010 111010 1100100 100101

Color Harmonies of #BDB600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB600

Black with #BDB600

Text Example


Text Example

White with #BDB600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB600; }

 p { color: rgb(189,182,0); }

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

background-color css

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

 a { background-color: rgb(189,182,0); }

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

border-color css

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

 span { border-color: rgb(189,182,0); }

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