Html Css Color HEX #B2A827 Earls Green

📋 copy color: '#B2A827'

red 178 ◦ green 168 ◦ blue 39

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

Shades of Earls Green #B2A827

Tints of Earls Green #B2A827

RGB

 RED value IS 178 (69.92% from 255) = 46.23%

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

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

R = 46.23%
G = 43.64%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B2A827 (or 0xB2A827) is known color: Earls Green. HEX triplet: B2, A8 and 27. RGB value is (178,168,39). Sum of RGB (Red+Green+Blue) = 178+168+39=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A827 is #4D57D8. Grayscale: #9C9C9C. Windows color (decimal): -5068761 or 2599090. OLE color: 2599090.

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

Color convert

RGB 178 168 39 -
CMYK 0 0.06 0.78 0.30
HSL 55.68º 0.64% 0.43% -
HSV(B) 55.68º 0.78% 0.7% -
XYZ 32.73 37.62 7.46 -
YUV 156.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 178 168 39 0 0.06 0.78 0.30 55.68 0.64 0.43
Hex B2 A8 27 0 6 4E 1E 38 40 2B
Octal 262 250 47 0 6 116 36 70 100 53
Binary 10110010 10101000 100111 0 110 1001110 11110 111000 1000000 101011

Color Harmonies of #B2A827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A827

Black with #B2A827

Text Example


Text Example

White with #B2A827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A827; }

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

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

background-color css

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

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

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

border-color css

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

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

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