Html Css Color HEX #B2A922 Earls Green

📋 copy color: '#B2A922'

red 178 ◦ green 169 ◦ blue 34

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

Shades of Earls Green #B2A922

Tints of Earls Green #B2A922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.92%

R = 46.72%
G = 44.36%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B2A922 (or 0xB2A922) is known color: Earls Green. HEX triplet: B2, A9 and 22. RGB value is (178,169,34). Sum of RGB (Red+Green+Blue) = 178+169+34=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 34 (13.67% from 255 or 8.92% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A922 is #4D56DD. Grayscale: #9C9C9C. Windows color (decimal): -5068510 or 2271666. OLE color: 2271666.

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

Color convert

RGB 178 169 34 -
CMYK 0 0.05 0.81 0.30
HSL 56.25º 0.68% 0.42% -
HSV(B) 56.25º 0.81% 0.7% -
XYZ 32.84 37.96 7.11 -
YUV 156.3 58.98 143.48 -
System Red Green Blue C M Y K H S L
Decimal 178 169 34 0 0.05 0.81 0.30 56.25 0.68 0.42
Hex B2 A9 22 0 5 51 1E 38 44 2A
Octal 262 251 42 0 5 121 36 70 104 52
Binary 10110010 10101001 100010 0 101 1010001 11110 111000 1000100 101010

Color Harmonies of #B2A922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A922

Black with #B2A922

Text Example


Text Example

White with #B2A922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A922; }

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

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

background-color css

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

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

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

border-color css

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

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

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