Html Css Color HEX #B2A21B Earls Green

📋 copy color: '#B2A21B'

red 178 ◦ green 162 ◦ blue 27

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

Shades of Earls Green #B2A21B

Tints of Earls Green #B2A21B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.14%

 BLUE value IS 27 (10.94% from 255) = 7.36%

R = 48.5%
G = 44.14%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2A21B (or 0xB2A21B) is known color: Earls Green. HEX triplet: B2, A2 and 1B. RGB value is (178,162,27). Sum of RGB (Red+Green+Blue) = 178+162+27=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A21B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A21B is #4D5DE4. Grayscale: #979797. Windows color (decimal): -5070309 or 1811122. OLE color: 1811122.

HSL color Cylindrical-coordinate representation of color #B2A21B: hue angle of 53.64º degrees, saturation: 0.74, 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 #B2A21B is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 162 27 -
CMYK 0 0.09 0.85 0.30
HSL 53.64º 0.74% 0.4% -
HSV(B) 53.64º 0.85% 0.7% -
XYZ 31.48 35.38 6.21 -
YUV 151.39 57.8 146.98 -
System Red Green Blue C M Y K H S L
Decimal 178 162 27 0 0.09 0.85 0.30 53.64 0.74 0.4
Hex B2 A2 1B 0 9 55 1E 36 4A 28
Octal 262 242 33 0 11 125 36 66 112 50
Binary 10110010 10100010 11011 0 1001 1010101 11110 110110 1001010 101000

Color Harmonies of #B2A21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A21B

Black with #B2A21B

Text Example


Text Example

White with #B2A21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A21B; }

 p { color: rgb(178,162,27); }

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

background-color css

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

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

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

border-color css

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

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

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