Html Css Color HEX #BBA529 Earls Green

📋 copy color: '#BBA529'

red 187 ◦ green 165 ◦ blue 41

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

Shades of Earls Green #BBA529

Tints of Earls Green #BBA529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.98%

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

R = 47.58%
G = 41.98%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBA529 (or 0xBBA529) is known color: Earls Green. HEX triplet: BB, A5 and 29. RGB value is (187,165,41). Sum of RGB (Red+Green+Blue) = 187+165+41=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA529 is #445AD6. Grayscale: #9D9D9D. Windows color (decimal): -4479703 or 2729403. OLE color: 2729403.

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

Color convert

RGB 187 165 41 -
CMYK 0 0.12 0.78 0.27
HSL 50.96º 0.64% 0.45% -
HSV(B) 50.96º 0.78% 0.73% -
XYZ 34.35 37.64 7.55 -
YUV 157.44 62.29 149.08 -
System Red Green Blue C M Y K H S L
Decimal 187 165 41 0 0.12 0.78 0.27 50.96 0.64 0.45
Hex BB A5 29 0 C 4E 1B 33 40 2D
Octal 273 245 51 0 14 116 33 63 100 55
Binary 10111011 10100101 101001 0 1100 1001110 11011 110011 1000000 101101

Color Harmonies of #BBA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA529

Black with #BBA529

Text Example


Text Example

White with #BBA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA529; }

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

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

background-color css

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

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

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

border-color css

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

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

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