Html Css Color HEX #BBA729 Earls Green

📋 copy color: '#BBA729'

red 187 ◦ green 167 ◦ blue 41

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

Shades of Earls Green #BBA729

Tints of Earls Green #BBA729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.38%

R = 47.34%
G = 42.28%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBA729 (or 0xBBA729) is known color: Earls Green. HEX triplet: BB, A7 and 29. RGB value is (187,167,41). Sum of RGB (Red+Green+Blue) = 187+167+41=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA729 is #4458D6. Grayscale: #9F9F9F. Windows color (decimal): -4479191 or 2729915. OLE color: 2729915.

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

Color convert

RGB 187 167 41 -
CMYK 0 0.11 0.78 0.27
HSL 51.78º 0.64% 0.45% -
HSV(B) 51.78º 0.78% 0.73% -
XYZ 34.71 38.36 7.67 -
YUV 158.62 61.63 148.25 -
System Red Green Blue C M Y K H S L
Decimal 187 167 41 0 0.11 0.78 0.27 51.78 0.64 0.45
Hex BB A7 29 0 B 4E 1B 34 40 2D
Octal 273 247 51 0 13 116 33 64 100 55
Binary 10111011 10100111 101001 0 1011 1001110 11011 110100 1000000 101101

Color Harmonies of #BBA729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA729

Black with #BBA729

Text Example


Text Example

White with #BBA729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA729; }

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

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

background-color css

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

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

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

border-color css

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

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

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