Html Css Color HEX #BBBA32 Earls Green

📋 copy color: '#BBBA32'

red 187 ◦ green 186 ◦ blue 50

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

Shades of Earls Green #BBBA32

Tints of Earls Green #BBBA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.97%

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

R = 44.21%
G = 43.97%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBBA32 (or 0xBBBA32) is known color: Earls Green. HEX triplet: BB, BA and 32. RGB value is (187,186,50). Sum of RGB (Red+Green+Blue) = 187+186+50=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA32 is #4445CD. Grayscale: #ABABAB. Windows color (decimal): -4474318 or 3324603. OLE color: 3324603.

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

Color convert

RGB 187 186 50 -
CMYK 0 0.01 0.73 0.27
HSL 59.56º 0.58% 0.46% -
HSV(B) 59.56º 0.73% 0.73% -
XYZ 38.63 45.91 9.84 -
YUV 170.8 59.83 139.56 -
System Red Green Blue C M Y K H S L
Decimal 187 186 50 0 0.01 0.73 0.27 59.56 0.58 0.46
Hex BB BA 32 0 1 49 1B 3C 3A 2E
Octal 273 272 62 0 1 111 33 74 72 56
Binary 10111011 10111010 110010 0 1 1001001 11011 111100 111010 101110

Color Harmonies of #BBBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA32

Black with #BBBA32

Text Example


Text Example

White with #BBBA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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