Html Css Color HEX #B2B21A Earls Green

📋 copy color: '#B2B21A'

red 178 ◦ green 178 ◦ blue 26

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

Shades of Earls Green #B2B21A

Tints of Earls Green #B2B21A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.6%

 BLUE value IS 26 (10.55% from 255) = 6.81%

R = 46.6%
G = 46.6%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2B21A (or 0xB2B21A) is known color: Earls Green. HEX triplet: B2, B2 and 1A. RGB value is (178,178,26). Sum of RGB (Red+Green+Blue) = 178+178+26=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B21A is #4D4DE5. Grayscale: #A1A1A1. Windows color (decimal): -5066214 or 1749682. OLE color: 1749682.

HSL color Cylindrical-coordinate representation of color #B2B21A: hue angle of 60º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2B21A is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 178 26 -
CMYK 0 0 0.85 0.30
HSL 60º 0.75% 0.4% -
HSV(B) 60º 0.85% 0.7% -
XYZ 34.47 41.38 7.15 -
YUV 160.67 52 140.36 -
System Red Green Blue C M Y K H S L
Decimal 178 178 26 0 0 0.85 0.30 60 0.75 0.4
Hex B2 B2 1A 0 0 55 1E 3C 4B 28
Octal 262 262 32 0 0 125 36 74 113 50
Binary 10110010 10110010 11010 0 0 1010101 11110 111100 1001011 101000

Color Harmonies of #B2B21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B21A

Black with #B2B21A

Text Example


Text Example

White with #B2B21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B21A; }

 p { color: rgb(178,178,26); }

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

background-color css

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

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

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

border-color css

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

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

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