Html Css Color HEX #B2A618 Earls Green

📋 copy color: '#B2A618'

red 178 ◦ green 166 ◦ blue 24

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

Shades of Earls Green #B2A618

Tints of Earls Green #B2A618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.11%

 BLUE value IS 24 (9.77% from 255) = 6.52%

R = 48.37%
G = 45.11%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B2A618 (or 0xB2A618) is known color: Earls Green. HEX triplet: B2, A6 and 18. RGB value is (178,166,24). Sum of RGB (Red+Green+Blue) = 178+166+24=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A618 is #4D59E7. Grayscale: #999999. Windows color (decimal): -5069288 or 1615538. OLE color: 1615538.

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

Color convert

RGB 178 166 24 -
CMYK 0 0.07 0.87 0.30
HSL 55.32º 0.76% 0.4% -
HSV(B) 55.32º 0.87% 0.7% -
XYZ 32.16 36.8 6.27 -
YUV 153.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 178 166 24 0 0.07 0.87 0.30 55.32 0.76 0.4
Hex B2 A6 18 0 7 57 1E 37 4C 28
Octal 262 246 30 0 7 127 36 67 114 50
Binary 10110010 10100110 11000 0 111 1010111 11110 110111 1001100 101000

Color Harmonies of #B2A618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A618

Black with #B2A618

Text Example


Text Example

White with #B2A618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A618; }

 p { color: rgb(178,166,24); }

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

background-color css

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

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

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

border-color css

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

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

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