Html Css Color HEX #BBA927 Earls Green

📋 copy color: '#BBA927'

red 187 ◦ green 169 ◦ blue 39

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

Shades of Earls Green #BBA927

Tints of Earls Green #BBA927

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.78%

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

R = 47.34%
G = 42.78%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BBA927 (or 0xBBA927) is known color: Earls Green. HEX triplet: BB, A9 and 27. RGB value is (187,169,39). Sum of RGB (Red+Green+Blue) = 187+169+39=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA927 is #4456D8. Grayscale: #A0A0A0. Windows color (decimal): -4478681 or 2599355. OLE color: 2599355.

HSL color Cylindrical-coordinate representation of color #BBA927: hue angle of 52.7º 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 #BBA927 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 39 -
CMYK 0 0.10 0.79 0.27
HSL 52.7º 0.65% 0.44% -
HSV(B) 52.7º 0.79% 0.73% -
XYZ 35.05 39.09 7.62 -
YUV 159.56 59.96 147.57 -
System Red Green Blue C M Y K H S L
Decimal 187 169 39 0 0.10 0.79 0.27 52.7 0.65 0.44
Hex BB A9 27 0 A 4F 1B 35 41 2C
Octal 273 251 47 0 12 117 33 65 101 54
Binary 10111011 10101001 100111 0 1010 1001111 11011 110101 1000001 101100

Color Harmonies of #BBA927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA927

Black with #BBA927

Text Example


Text Example

White with #BBA927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA927; }

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

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

background-color css

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

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

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

border-color css

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

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

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