Html Css Color HEX #B2A21C Earls Green

📋 copy color: '#B2A21C'

red 178 ◦ green 162 ◦ blue 28

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

Shades of Earls Green #B2A21C

Tints of Earls Green #B2A21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.61%

R = 48.37%
G = 44.02%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2A21C (or 0xB2A21C) is known color: Earls Green. HEX triplet: B2, A2 and 1C. RGB value is (178,162,28). Sum of RGB (Red+Green+Blue) = 178+162+28=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A21C is #4D5DE3. Grayscale: #989898. Windows color (decimal): -5070308 or 1876658. OLE color: 1876658.

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

Color convert

RGB 178 162 28 -
CMYK 0 0.09 0.84 0.30
HSL 53.6º 0.73% 0.4% -
HSV(B) 53.6º 0.84% 0.7% -
XYZ 31.49 35.39 6.27 -
YUV 151.51 58.3 146.9 -
System Red Green Blue C M Y K H S L
Decimal 178 162 28 0 0.09 0.84 0.30 53.6 0.73 0.4
Hex B2 A2 1C 0 9 54 1E 36 49 28
Octal 262 242 34 0 11 124 36 66 111 50
Binary 10110010 10100010 11100 0 1001 1010100 11110 110110 1001001 101000

Color Harmonies of #B2A21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A21C

Black with #B2A21C

Text Example


Text Example

White with #B2A21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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