Html Css Color HEX #BBAC02 La Rioja

📋 copy color: '#BBAC02'

red 187 ◦ green 172 ◦ blue 2

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

Shades of La Rioja #BBAC02

Tints of La Rioja #BBAC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 51.8%
G = 47.65%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBAC02 (or 0xBBAC02) is known color: La Rioja. HEX triplet: BB, AC and 02. RGB value is (187,172,2). Sum of RGB (Red+Green+Blue) = 187+172+2=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC02 is #4453FD. Grayscale: #9D9D9D. Windows color (decimal): -4477950 or 175291. OLE color: 175291.

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

Color convert

RGB 187 172 2 -
CMYK 0 0.08 0.99 0.27
HSL 55.14º 0.98% 0.37% -
HSV(B) 55.14º 0.99% 0.73% -
XYZ 35.26 40.07 5.93 -
YUV 157.11 40.47 149.32 -
System Red Green Blue C M Y K H S L
Decimal 187 172 2 0 0.08 0.99 0.27 55.14 0.98 0.37
Hex BB AC 2 0 8 63 1B 37 62 25
Octal 273 254 2 0 10 143 33 67 142 45
Binary 10111011 10101100 10 0 1000 1100011 11011 110111 1100010 100101

Color Harmonies of #BBAC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC02

Black with #BBAC02

Text Example


Text Example

White with #BBAC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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