Html Css Color HEX #B8A529 Earls Green

📋 copy color: '#B8A529'

red 184 ◦ green 165 ◦ blue 41

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

Shades of Earls Green #B8A529

Tints of Earls Green #B8A529

RGB

 RED value IS 184 (72.27% from 255) = 47.18%

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

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

R = 47.18%
G = 42.31%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B8A529 (or 0xB8A529) is known color: Earls Green. HEX triplet: B8, A5 and 29. RGB value is (184,165,41). Sum of RGB (Red+Green+Blue) = 184+165+41=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A529 is #475AD6. Grayscale: #9D9D9D. Windows color (decimal): -4676311 or 2729400. OLE color: 2729400.

HSL color Cylindrical-coordinate representation of color #B8A529: hue angle of 52.03º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8A529 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 165 41 -
CMYK 0 0.10 0.78 0.28
HSL 52.03º 0.64% 0.44% -
HSV(B) 52.03º 0.78% 0.72% -
XYZ 33.62 37.26 7.52 -
YUV 156.55 62.79 147.58 -
System Red Green Blue C M Y K H S L
Decimal 184 165 41 0 0.10 0.78 0.28 52.03 0.64 0.44
Hex B8 A5 29 0 A 4E 1C 34 40 2C
Octal 270 245 51 0 12 116 34 64 100 54
Binary 10111000 10100101 101001 0 1010 1001110 11100 110100 1000000 101100

Color Harmonies of #B8A529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A529

Black with #B8A529

Text Example


Text Example

White with #B8A529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A529; }

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

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

background-color css

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

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

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

border-color css

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

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

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