Html Css Color HEX #BDBB16 La Rioja

📋 copy color: '#BDBB16'

red 189 ◦ green 187 ◦ blue 22

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

Shades of La Rioja #BDBB16

Tints of La Rioja #BDBB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.53%

R = 47.49%
G = 46.98%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDBB16 (or 0xBDBB16) is known color: La Rioja. HEX triplet: BD, BB and 16. RGB value is (189,187,22). Sum of RGB (Red+Green+Blue) = 189+187+22=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB16 is #4244E9. Grayscale: #A9A9A9. Windows color (decimal): -4343018 or 1489853. OLE color: 1489853.

HSL color Cylindrical-coordinate representation of color #BDBB16: hue angle of 59.28º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDBB16 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 22 -
CMYK 0 0.01 0.88 0.26
HSL 59.28º 0.79% 0.41% -
HSV(B) 59.28º 0.88% 0.74% -
XYZ 38.9 46.42 7.67 -
YUV 168.79 45.16 142.42 -
System Red Green Blue C M Y K H S L
Decimal 189 187 22 0 0.01 0.88 0.26 59.28 0.79 0.41
Hex BD BB 16 0 1 58 1A 3B 4F 29
Octal 275 273 26 0 1 130 32 73 117 51
Binary 10111101 10111011 10110 0 1 1011000 11010 111011 1001111 101001

Color Harmonies of #BDBB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB16

Black with #BDBB16

Text Example


Text Example

White with #BDBB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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