Html Css Color HEX #BBA728 Earls Green

📋 copy color: '#BBA728'

red 187 ◦ green 167 ◦ blue 40

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

Shades of Earls Green #BBA728

Tints of Earls Green #BBA728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.15%

R = 47.46%
G = 42.39%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BBA728 (or 0xBBA728) is known color: Earls Green. HEX triplet: BB, A7 and 28. RGB value is (187,167,40). Sum of RGB (Red+Green+Blue) = 187+167+40=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA728 is #4458D7. Grayscale: #9F9F9F. Windows color (decimal): -4479192 or 2664379. OLE color: 2664379.

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

Color convert

RGB 187 167 40 -
CMYK 0 0.11 0.79 0.27
HSL 51.84º 0.65% 0.45% -
HSV(B) 51.84º 0.79% 0.73% -
XYZ 34.7 38.36 7.58 -
YUV 158.5 61.13 148.33 -
System Red Green Blue C M Y K H S L
Decimal 187 167 40 0 0.11 0.79 0.27 51.84 0.65 0.45
Hex BB A7 28 0 B 4F 1B 34 41 2D
Octal 273 247 50 0 13 117 33 64 101 55
Binary 10111011 10100111 101000 0 1011 1001111 11011 110100 1000001 101101

Color Harmonies of #BBA728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA728

Black with #BBA728

Text Example


Text Example

White with #BBA728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA728; }

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

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

background-color css

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

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

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

border-color css

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

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

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