Html Css Color HEX #BBAC32 Earls Green

📋 copy color: '#BBAC32'

red 187 ◦ green 172 ◦ blue 50

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

Shades of Earls Green #BBAC32

Tints of Earls Green #BBAC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.22%

R = 45.72%
G = 42.05%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBAC32 (or 0xBBAC32) is known color: Earls Green. HEX triplet: BB, AC and 32. RGB value is (187,172,50). Sum of RGB (Red+Green+Blue) = 187+172+50=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC32 is #4453CD. Grayscale: #A3A3A3. Windows color (decimal): -4477902 or 3321019. OLE color: 3321019.

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

Color convert

RGB 187 172 50 -
CMYK 0 0.08 0.73 0.27
HSL 53.43º 0.58% 0.46% -
HSV(B) 53.43º 0.73% 0.73% -
XYZ 35.82 40.3 8.91 -
YUV 162.58 64.47 145.42 -
System Red Green Blue C M Y K H S L
Decimal 187 172 50 0 0.08 0.73 0.27 53.43 0.58 0.46
Hex BB AC 32 0 8 49 1B 35 3A 2E
Octal 273 254 62 0 10 111 33 65 72 56
Binary 10111011 10101100 110010 0 1000 1001001 11011 110101 111010 101110

Color Harmonies of #BBAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC32

Black with #BBAC32

Text Example


Text Example

White with #BBAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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