Html Css Color HEX #BDBB00 La Rioja

📋 copy color: '#BDBB00'

red 189 ◦ green 187 ◦ blue 0

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

Shades of La Rioja #BDBB00

Tints of La Rioja #BDBB00

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.73%

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

R = 50.27%
G = 49.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDBB00 (or 0xBDBB00) is known color: La Rioja. HEX triplet: BD, BB and 00. RGB value is (189,187,0). Sum of RGB (Red+Green+Blue) = 189+187+0=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB00 is #4244FF. Grayscale: #A7A7A7. Windows color (decimal): -4343040 or 48061. OLE color: 48061.

HSL color Cylindrical-coordinate representation of color #BDBB00: hue angle of 59.37º 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 #BDBB00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 0 -
CMYK 0 0.01 1 0.26
HSL 59.37º 1% 0.37% -
HSV(B) 59.37º 1% 0.74% -
XYZ 38.76 46.36 6.91 -
YUV 166.28 34.16 144.21 -
System Red Green Blue C M Y K H S L
Decimal 189 187 0 0 0.01 1 0.26 59.37 1 0.37
Hex BD BB 0 0 1 64 1A 3B 64 25
Octal 275 273 0 0 1 144 32 73 144 45
Binary 10111101 10111011 0 0 1 1100100 11010 111011 1100100 100101

Color Harmonies of #BDBB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB00

Black with #BDBB00

Text Example


Text Example

White with #BDBB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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