Html Css Color HEX #BBA524 Earls Green

📋 copy color: '#BBA524'

red 187 ◦ green 165 ◦ blue 36

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

Shades of Earls Green #BBA524

Tints of Earls Green #BBA524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.28%

R = 48.2%
G = 42.53%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BBA524 (or 0xBBA524) is known color: Earls Green. HEX triplet: BB, A5 and 24. RGB value is (187,165,36). Sum of RGB (Red+Green+Blue) = 187+165+36=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA524 is #445ADB. Grayscale: #9D9D9D. Windows color (decimal): -4479708 or 2401723. OLE color: 2401723.

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

Color convert

RGB 187 165 36 -
CMYK 0 0.12 0.81 0.27
HSL 51.26º 0.68% 0.44% -
HSV(B) 51.26º 0.81% 0.73% -
XYZ 34.27 37.6 7.12 -
YUV 156.87 59.79 149.49 -
System Red Green Blue C M Y K H S L
Decimal 187 165 36 0 0.12 0.81 0.27 51.26 0.68 0.44
Hex BB A5 24 0 C 51 1B 33 44 2C
Octal 273 245 44 0 14 121 33 63 104 54
Binary 10111011 10100101 100100 0 1100 1010001 11011 110011 1000100 101100

Color Harmonies of #BBA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA524

Black with #BBA524

Text Example


Text Example

White with #BBA524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA524; }

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

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

background-color css

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

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

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

border-color css

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

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

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