Html Css Color HEX #B6A21C Earls Green

📋 copy color: '#B6A21C'

red 182 ◦ green 162 ◦ blue 28

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

Shades of Earls Green #B6A21C

Tints of Earls Green #B6A21C

RGB

 RED value IS 182 (71.48% from 255) = 48.92%

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

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

R = 48.92%
G = 43.55%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6A21C (or 0xB6A21C) is known color: Earls Green. HEX triplet: B6, A2 and 1C. RGB value is (182,162,28). Sum of RGB (Red+Green+Blue) = 182+162+28=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A21C is #495DE3. Grayscale: #999999. Windows color (decimal): -4808164 or 1876662. OLE color: 1876662.

HSL color Cylindrical-coordinate representation of color #B6A21C: hue angle of 52.21º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6A21C is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 162 28 -
CMYK 0 0.11 0.85 0.29
HSL 52.21º 0.73% 0.41% -
HSV(B) 52.21º 0.85% 0.71% -
XYZ 32.42 35.87 6.31 -
YUV 152.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 182 162 28 0 0.11 0.85 0.29 52.21 0.73 0.41
Hex B6 A2 1C 0 B 55 1D 34 49 29
Octal 266 242 34 0 13 125 35 64 111 51
Binary 10110110 10100010 11100 0 1011 1010101 11101 110100 1001001 101001

Color Harmonies of #B6A21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A21C

Black with #B6A21C

Text Example


Text Example

White with #B6A21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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