Html Css Color HEX #B2A928 Earls Green

📋 copy color: '#B2A928'

red 178 ◦ green 169 ◦ blue 40

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

Shades of Earls Green #B2A928

Tints of Earls Green #B2A928

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.67%

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

R = 45.99%
G = 43.67%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B2A928 (or 0xB2A928) is known color: Earls Green. HEX triplet: B2, A9 and 28. RGB value is (178,169,40). Sum of RGB (Red+Green+Blue) = 178+169+40=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A928 is #4D56D7. Grayscale: #9D9D9D. Windows color (decimal): -5068504 or 2664882. OLE color: 2664882.

HSL color Cylindrical-coordinate representation of color #B2A928: hue angle of 56.09º degrees, saturation: 0.63, 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 #B2A928 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 169 40 -
CMYK 0 0.05 0.78 0.30
HSL 56.09º 0.63% 0.43% -
HSV(B) 56.09º 0.78% 0.7% -
XYZ 32.93 37.99 7.61 -
YUV 156.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 178 169 40 0 0.05 0.78 0.30 56.09 0.63 0.43
Hex B2 A9 28 0 5 4E 1E 38 3F 2B
Octal 262 251 50 0 5 116 36 70 77 53
Binary 10110010 10101001 101000 0 101 1001110 11110 111000 111111 101011

Color Harmonies of #B2A928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A928

Black with #B2A928

Text Example


Text Example

White with #B2A928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A928; }

 p { color: rgb(178,169,40); }

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

background-color css

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

 a { background-color: rgb(178,169,40); }

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

border-color css

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

 span { border-color: rgb(178,169,40); }

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