Html Css Color HEX #BBA528 Earls Green

📋 copy color: '#BBA528'

red 187 ◦ green 165 ◦ blue 40

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

Shades of Earls Green #BBA528

Tints of Earls Green #BBA528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.2%

R = 47.7%
G = 42.09%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BBA528 (or 0xBBA528) is known color: Earls Green. HEX triplet: BB, A5 and 28. RGB value is (187,165,40). Sum of RGB (Red+Green+Blue) = 187+165+40=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA528 is #445AD7. Grayscale: #9D9D9D. Windows color (decimal): -4479704 or 2663867. OLE color: 2663867.

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

Color convert

RGB 187 165 40 -
CMYK 0 0.12 0.79 0.27
HSL 51.02º 0.65% 0.45% -
HSV(B) 51.02º 0.79% 0.73% -
XYZ 34.33 37.63 7.46 -
YUV 157.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 187 165 40 0 0.12 0.79 0.27 51.02 0.65 0.45
Hex BB A5 28 0 C 4F 1B 33 41 2D
Octal 273 245 50 0 14 117 33 63 101 55
Binary 10111011 10100101 101000 0 1100 1001111 11011 110011 1000001 101101

Color Harmonies of #BBA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA528

Black with #BBA528

Text Example


Text Example

White with #BBA528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA528; }

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

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

background-color css

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

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

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

border-color css

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

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

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