Html Css Color HEX #B6AE15 Earls Green

📋 copy color: '#B6AE15'

red 182 ◦ green 174 ◦ blue 21

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

Shades of Earls Green #B6AE15

Tints of Earls Green #B6AE15

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.15%

 BLUE value IS 21 (8.59% from 255) = 5.57%

R = 48.28%
G = 46.15%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B6AE15 (or 0xB6AE15) is known color: Earls Green. HEX triplet: B6, AE and 15. RGB value is (182,174,21). Sum of RGB (Red+Green+Blue) = 182+174+21=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AE15 is #4951EA. Grayscale: #9F9F9F. Windows color (decimal): -4805099 or 1420982. OLE color: 1420982.

HSL color Cylindrical-coordinate representation of color #B6AE15: hue angle of 57.02º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B6AE15 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 174 21 -
CMYK 0 0.04 0.88 0.29
HSL 57.02º 0.79% 0.4% -
HSV(B) 57.02º 0.88% 0.71% -
XYZ 34.56 40.27 6.66 -
YUV 158.95 50.15 144.44 -
System Red Green Blue C M Y K H S L
Decimal 182 174 21 0 0.04 0.88 0.29 57.02 0.79 0.4
Hex B6 AE 15 0 4 58 1D 39 4F 28
Octal 266 256 25 0 4 130 35 71 117 50
Binary 10110110 10101110 10101 0 100 1011000 11101 111001 1001111 101000

Color Harmonies of #B6AE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AE15

Black with #B6AE15

Text Example


Text Example

White with #B6AE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AE15; }

 p { color: rgb(182,174,21); }

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

background-color css

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

 a { background-color: rgb(182,174,21); }

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

border-color css

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

 span { border-color: rgb(182,174,21); }

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