Html Css Color HEX #BBAC00 La Rioja

📋 copy color: '#BBAC00'

red 187 ◦ green 172 ◦ blue 0

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

Shades of La Rioja #BBAC00

Tints of La Rioja #BBAC00

RGB

 RED value IS 187 (73.44% from 255) = 52.09%

 GREEN value IS 172 (67.58% from 255) = 47.91%

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

R = 52.09%
G = 47.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BBAC00 (or 0xBBAC00) is known color: La Rioja. HEX triplet: BB, AC and 00. RGB value is (187,172,0). Sum of RGB (Red+Green+Blue) = 187+172+0=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC00 is #4453FF. Grayscale: #9D9D9D. Windows color (decimal): -4477952 or 44219. OLE color: 44219.

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

Color convert

RGB 187 172 0 -
CMYK 0 0.08 1 0.27
HSL 55.19º 1% 0.37% -
HSV(B) 55.19º 1% 0.73% -
XYZ 35.25 40.07 5.88 -
YUV 156.88 39.47 149.49 -
System Red Green Blue C M Y K H S L
Decimal 187 172 0 0 0.08 1 0.27 55.19 1 0.37
Hex BB AC 0 0 8 64 1B 37 64 25
Octal 273 254 0 0 10 144 33 67 144 45
Binary 10111011 10101100 0 0 1000 1100100 11011 110111 1100100 100101

Color Harmonies of #BBAC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC00

Black with #BBAC00

Text Example


Text Example

White with #BBAC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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