Html Css Color HEX #BBA525 Earls Green

📋 copy color: '#BBA525'

red 187 ◦ green 165 ◦ blue 37

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

Shades of Earls Green #BBA525

Tints of Earls Green #BBA525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.51%

R = 48.07%
G = 42.42%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BBA525 (or 0xBBA525) is known color: Earls Green. HEX triplet: BB, A5 and 25. RGB value is (187,165,37). Sum of RGB (Red+Green+Blue) = 187+165+37=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA525 is #445ADA. Grayscale: #9D9D9D. Windows color (decimal): -4479707 or 2467259. OLE color: 2467259.

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

Color convert

RGB 187 165 37 -
CMYK 0 0.12 0.80 0.27
HSL 51.2º 0.67% 0.44% -
HSV(B) 51.2º 0.8% 0.73% -
XYZ 34.28 37.61 7.2 -
YUV 156.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 187 165 37 0 0.12 0.80 0.27 51.2 0.67 0.44
Hex BB A5 25 0 C 50 1B 33 43 2C
Octal 273 245 45 0 14 120 33 63 103 54
Binary 10111011 10100101 100101 0 1100 1010000 11011 110011 1000011 101100

Color Harmonies of #BBA525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA525

Black with #BBA525

Text Example


Text Example

White with #BBA525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA525; }

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

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

background-color css

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

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

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

border-color css

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

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

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