Html Css Color HEX #BBAE00 La Rioja

📋 copy color: '#BBAE00'

red 187 ◦ green 174 ◦ blue 0

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

Shades of La Rioja #BBAE00

Tints of La Rioja #BBAE00

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.2%

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

R = 51.8%
G = 48.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BBAE00 (or 0xBBAE00) is known color: La Rioja. HEX triplet: BB, AE and 00. RGB value is (187,174,0). Sum of RGB (Red+Green+Blue) = 187+174+0=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAE00 is #4451FF. Grayscale: #9E9E9E. Windows color (decimal): -4477440 or 44731. OLE color: 44731.

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

Color convert

RGB 187 174 0 -
CMYK 0 0.07 1 0.27
HSL 55.83º 1% 0.37% -
HSV(B) 55.83º 1% 0.73% -
XYZ 35.63 40.84 6 -
YUV 158.05 38.81 148.65 -
System Red Green Blue C M Y K H S L
Decimal 187 174 0 0 0.07 1 0.27 55.83 1 0.37
Hex BB AE 0 0 7 64 1B 38 64 25
Octal 273 256 0 0 7 144 33 70 144 45
Binary 10111011 10101110 0 0 111 1100100 11011 111000 1100100 100101

Color Harmonies of #BBAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE00

Black with #BBAE00

Text Example


Text Example

White with #BBAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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