Html Css Color HEX #BBA52C Earls Green

📋 copy color: '#BBA52C'

red 187 ◦ green 165 ◦ blue 44

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

Shades of Earls Green #BBA52C

Tints of Earls Green #BBA52C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.67%

 BLUE value IS 44 (17.58% from 255) = 11.11%

R = 47.22%
G = 41.67%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BBA52C (or 0xBBA52C) is known color: Earls Green. HEX triplet: BB, A5 and 2C. RGB value is (187,165,44). Sum of RGB (Red+Green+Blue) = 187+165+44=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA52C is #445AD3. Grayscale: #9E9E9E. Windows color (decimal): -4479700 or 2926011. OLE color: 2926011.

HSL color Cylindrical-coordinate representation of color #BBA52C: hue angle of 50.77º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBA52C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 44 -
CMYK 0 0.12 0.76 0.27
HSL 50.77º 0.62% 0.45% -
HSV(B) 50.77º 0.76% 0.73% -
XYZ 34.4 37.66 7.84 -
YUV 157.78 63.79 148.84 -
System Red Green Blue C M Y K H S L
Decimal 187 165 44 0 0.12 0.76 0.27 50.77 0.62 0.45
Hex BB A5 2C 0 C 4C 1B 33 3E 2D
Octal 273 245 54 0 14 114 33 63 76 55
Binary 10111011 10100101 101100 0 1100 1001100 11011 110011 111110 101101

Color Harmonies of #BBA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA52C

Black with #BBA52C

Text Example


Text Example

White with #BBA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA52C; }

 p { color: rgb(187,165,44); }

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

background-color css

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

 a { background-color: rgb(187,165,44); }

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

border-color css

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

 span { border-color: rgb(187,165,44); }

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