Html Css Color HEX #B2A92E Earls Green

📋 copy color: '#B2A92E'

red 178 ◦ green 169 ◦ blue 46

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

Shades of Earls Green #B2A92E

Tints of Earls Green #B2A92E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.7%

R = 45.29%
G = 43%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2A92E (or 0xB2A92E) is known color: Earls Green. HEX triplet: B2, A9 and 2E. RGB value is (178,169,46). Sum of RGB (Red+Green+Blue) = 178+169+46=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A92E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A92E is #4D56D1. Grayscale: #9E9E9E. Windows color (decimal): -5068498 or 3058098. OLE color: 3058098.

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

Color convert

RGB 178 169 46 -
CMYK 0 0.05 0.74 0.30
HSL 55.91º 0.59% 0.44% -
HSV(B) 55.91º 0.74% 0.7% -
XYZ 33.04 38.04 8.19 -
YUV 157.67 64.98 142.5 -
System Red Green Blue C M Y K H S L
Decimal 178 169 46 0 0.05 0.74 0.30 55.91 0.59 0.44
Hex B2 A9 2E 0 5 4A 1E 38 3B 2C
Octal 262 251 56 0 5 112 36 70 73 54
Binary 10110010 10101001 101110 0 101 1001010 11110 111000 111011 101100

Color Harmonies of #B2A92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A92E

Black with #B2A92E

Text Example


Text Example

White with #B2A92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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