Html Css Color HEX #B4A827 Earls Green

📋 copy color: '#B4A827'

red 180 ◦ green 168 ◦ blue 39

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

Shades of Earls Green #B4A827

Tints of Earls Green #B4A827

RGB

 RED value IS 180 (70.7% from 255) = 46.51%

 GREEN value IS 168 (66.02% from 255) = 43.41%

 BLUE value IS 39 (15.63% from 255) = 10.08%

R = 46.51%
G = 43.41%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B4A827 (or 0xB4A827) is known color: Earls Green. HEX triplet: B4, A8 and 27. RGB value is (180,168,39). Sum of RGB (Red+Green+Blue) = 180+168+39=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A827 is #4B57D8. Grayscale: #9D9D9D. Windows color (decimal): -4937689 or 2599092. OLE color: 2599092.

HSL color Cylindrical-coordinate representation of color #B4A827: hue angle of 54.89º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4A827 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 168 39 -
CMYK 0 0.07 0.78 0.29
HSL 54.89º 0.64% 0.43% -
HSV(B) 54.89º 0.78% 0.71% -
XYZ 33.19 37.86 7.48 -
YUV 156.88 61.48 144.49 -
System Red Green Blue C M Y K H S L
Decimal 180 168 39 0 0.07 0.78 0.29 54.89 0.64 0.43
Hex B4 A8 27 0 7 4E 1D 37 40 2B
Octal 264 250 47 0 7 116 35 67 100 53
Binary 10110100 10101000 100111 0 111 1001110 11101 110111 1000000 101011

Color Harmonies of #B4A827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A827

Black with #B4A827

Text Example


Text Example

White with #B4A827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A827; }

 p { color: rgb(180,168,39); }

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

background-color css

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

 a { background-color: rgb(180,168,39); }

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

border-color css

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

 span { border-color: rgb(180,168,39); }

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