Html Css Color HEX #BBA720 Earls Green

📋 copy color: '#BBA720'

red 187 ◦ green 167 ◦ blue 32

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

Shades of Earls Green #BBA720

Tints of Earls Green #BBA720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.26%

 BLUE value IS 32 (12.89% from 255) = 8.29%

R = 48.45%
G = 43.26%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBA720 (or 0xBBA720) is known color: Earls Green. HEX triplet: BB, A7 and 20. RGB value is (187,167,32). Sum of RGB (Red+Green+Blue) = 187+167+32=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA720 is #4458DF. Grayscale: #9E9E9E. Windows color (decimal): -4479200 or 2140091. OLE color: 2140091.

HSL color Cylindrical-coordinate representation of color #BBA720: hue angle of 52.26º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBA720 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 32 -
CMYK 0 0.11 0.83 0.27
HSL 52.26º 0.71% 0.43% -
HSV(B) 52.26º 0.83% 0.73% -
XYZ 34.57 38.31 6.94 -
YUV 157.59 57.13 148.98 -
System Red Green Blue C M Y K H S L
Decimal 187 167 32 0 0.11 0.83 0.27 52.26 0.71 0.43
Hex BB A7 20 0 B 53 1B 34 47 2B
Octal 273 247 40 0 13 123 33 64 107 53
Binary 10111011 10100111 100000 0 1011 1010011 11011 110100 1000111 101011

Color Harmonies of #BBA720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA720

Black with #BBA720

Text Example


Text Example

White with #BBA720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA720; }

 p { color: rgb(187,167,32); }

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

background-color css

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

 a { background-color: rgb(187,167,32); }

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

border-color css

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

 span { border-color: rgb(187,167,32); }

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