Html Css Color HEX #BBA52A Earls Green

📋 copy color: '#BBA52A'

red 187 ◦ green 165 ◦ blue 42

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

Shades of Earls Green #BBA52A

Tints of Earls Green #BBA52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.66%

R = 47.46%
G = 41.88%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBA52A (or 0xBBA52A) is known color: Earls Green. HEX triplet: BB, A5 and 2A. RGB value is (187,165,42). Sum of RGB (Red+Green+Blue) = 187+165+42=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA52A is #445AD5. Grayscale: #9E9E9E. Windows color (decimal): -4479702 or 2794939. OLE color: 2794939.

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

Color convert

RGB 187 165 42 -
CMYK 0 0.12 0.78 0.27
HSL 50.9º 0.63% 0.45% -
HSV(B) 50.9º 0.78% 0.73% -
XYZ 34.37 37.64 7.64 -
YUV 157.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 187 165 42 0 0.12 0.78 0.27 50.9 0.63 0.45
Hex BB A5 2A 0 C 4E 1B 33 3F 2D
Octal 273 245 52 0 14 116 33 63 77 55
Binary 10111011 10100101 101010 0 1100 1001110 11011 110011 111111 101101

Color Harmonies of #BBA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA52A

Black with #BBA52A

Text Example


Text Example

White with #BBA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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