Html Css Color HEX #BBA527 Earls Green

📋 copy color: '#BBA527'

red 187 ◦ green 165 ◦ blue 39

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

Shades of Earls Green #BBA527

Tints of Earls Green #BBA527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.97%

R = 47.83%
G = 42.2%
B = 9.97%

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

#BBA527 (or 0xBBA527) is known color: Earls Green. HEX triplet: BB, A5 and 27. RGB value is (187,165,39). Sum of RGB (Red+Green+Blue) = 187+165+39=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA527 is #445AD8. Grayscale: #9D9D9D. Windows color (decimal): -4479705 or 2598331. OLE color: 2598331.

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

Color convert

RGB 187 165 39 -
CMYK 0 0.12 0.79 0.27
HSL 51.08º 0.65% 0.44% -
HSV(B) 51.08º 0.79% 0.73% -
XYZ 34.31 37.62 7.37 -
YUV 157.21 61.29 149.25 -
System Red Green Blue C M Y K H S L
Decimal 187 165 39 0 0.12 0.79 0.27 51.08 0.65 0.44
Hex BB A5 27 0 C 4F 1B 33 41 2C
Octal 273 245 47 0 14 117 33 63 101 54
Binary 10111011 10100101 100111 0 1100 1001111 11011 110011 1000001 101100

Color Harmonies of #BBA527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA527

Black with #BBA527

Text Example


Text Example

White with #BBA527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA527; }

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

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

background-color css

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

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

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

border-color css

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

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

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