Html Css Color HEX #B2A624 Earls Green

📋 copy color: '#B2A624'

red 178 ◦ green 166 ◦ blue 36

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

Shades of Earls Green #B2A624

Tints of Earls Green #B2A624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.47%

R = 46.84%
G = 43.68%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B2A624 (or 0xB2A624) is known color: Earls Green. HEX triplet: B2, A6 and 24. RGB value is (178,166,36). Sum of RGB (Red+Green+Blue) = 178+166+36=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A624 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A624 is #4D59DB. Grayscale: #9B9B9B. Windows color (decimal): -5069276 or 2401970. OLE color: 2401970.

HSL color Cylindrical-coordinate representation of color #B2A624: hue angle of 54.93º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2A624 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 166 36 -
CMYK 0 0.07 0.80 0.30
HSL 54.93º 0.66% 0.42% -
HSV(B) 54.93º 0.8% 0.7% -
XYZ 32.31 36.86 7.08 -
YUV 154.77 60.98 144.57 -
System Red Green Blue C M Y K H S L
Decimal 178 166 36 0 0.07 0.80 0.30 54.93 0.66 0.42
Hex B2 A6 24 0 7 50 1E 37 42 2A
Octal 262 246 44 0 7 120 36 67 102 52
Binary 10110010 10100110 100100 0 111 1010000 11110 110111 1000010 101010

Color Harmonies of #B2A624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A624

Black with #B2A624

Text Example


Text Example

White with #B2A624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A624; }

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

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

background-color css

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

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

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

border-color css

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

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

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