Html Css Color HEX #BBA72D Earls Green

📋 copy color: '#BBA72D'

red 187 ◦ green 167 ◦ blue 45

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

Shades of Earls Green #BBA72D

Tints of Earls Green #BBA72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.28%

R = 46.87%
G = 41.85%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BBA72D (or 0xBBA72D) is known color: Earls Green. HEX triplet: BB, A7 and 2D. RGB value is (187,167,45). Sum of RGB (Red+Green+Blue) = 187+167+45=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA72D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA72D is #4458D2. Grayscale: #9F9F9F. Windows color (decimal): -4479187 or 2992059. OLE color: 2992059.

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

Color convert

RGB 187 167 45 -
CMYK 0 0.11 0.76 0.27
HSL 51.55º 0.61% 0.45% -
HSV(B) 51.55º 0.76% 0.73% -
XYZ 34.79 38.39 8.06 -
YUV 159.07 63.63 147.92 -
System Red Green Blue C M Y K H S L
Decimal 187 167 45 0 0.11 0.76 0.27 51.55 0.61 0.45
Hex BB A7 2D 0 B 4C 1B 34 3D 2D
Octal 273 247 55 0 13 114 33 64 75 55
Binary 10111011 10100111 101101 0 1011 1001100 11011 110100 111101 101101

Color Harmonies of #BBA72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA72D

Black with #BBA72D

Text Example


Text Example

White with #BBA72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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