Html Css Color HEX #B2A931 Earls Green

📋 copy color: '#B2A931'

red 178 ◦ green 169 ◦ blue 49

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

Shades of Earls Green #B2A931

Tints of Earls Green #B2A931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.37%

R = 44.95%
G = 42.68%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B2A931 (or 0xB2A931) is known color: Earls Green. HEX triplet: B2, A9 and 31. RGB value is (178,169,49). Sum of RGB (Red+Green+Blue) = 178+169+49=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A931 is #4D56CE. Grayscale: #9E9E9E. Windows color (decimal): -5068495 or 3254706. OLE color: 3254706.

HSL color Cylindrical-coordinate representation of color #B2A931: hue angle of 55.81º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2A931 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 169 49 -
CMYK 0 0.05 0.72 0.30
HSL 55.81º 0.57% 0.45% -
HSV(B) 55.81º 0.72% 0.7% -
XYZ 33.1 38.06 8.51 -
YUV 158.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 178 169 49 0 0.05 0.72 0.30 55.81 0.57 0.45
Hex B2 A9 31 0 5 48 1E 38 39 2D
Octal 262 251 61 0 5 110 36 70 71 55
Binary 10110010 10101001 110001 0 101 1001000 11110 111000 111001 101101

Color Harmonies of #B2A931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A931

Black with #B2A931

Text Example


Text Example

White with #B2A931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A931; }

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

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

background-color css

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

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

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

border-color css

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

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

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