Html Css Color HEX #B2A812 Earls Green

📋 copy color: '#B2A812'

red 178 ◦ green 168 ◦ blue 18

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

Shades of Earls Green #B2A812

Tints of Earls Green #B2A812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.15%

 BLUE value IS 18 (7.42% from 255) = 4.95%

R = 48.9%
G = 46.15%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B2A812 (or 0xB2A812) is known color: Earls Green. HEX triplet: B2, A8 and 12. RGB value is (178,168,18). Sum of RGB (Red+Green+Blue) = 178+168+18=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A812 is #4D57ED. Grayscale: #9A9A9A. Windows color (decimal): -5068782 or 1222834. OLE color: 1222834.

HSL color Cylindrical-coordinate representation of color #B2A812: hue angle of 56.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2A812 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 168 18 -
CMYK 0 0.06 0.90 0.30
HSL 56.25º 0.82% 0.38% -
HSV(B) 56.25º 0.9% 0.7% -
XYZ 32.47 37.51 6.1 -
YUV 153.89 51.31 145.2 -
System Red Green Blue C M Y K H S L
Decimal 178 168 18 0 0.06 0.90 0.30 56.25 0.82 0.38
Hex B2 A8 12 0 6 5A 1E 38 52 26
Octal 262 250 22 0 6 132 36 70 122 46
Binary 10110010 10101000 10010 0 110 1011010 11110 111000 1010010 100110

Color Harmonies of #B2A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A812

Black with #B2A812

Text Example


Text Example

White with #B2A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A812; }

 p { color: rgb(178,168,18); }

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

background-color css

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

 a { background-color: rgb(178,168,18); }

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

border-color css

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

 span { border-color: rgb(178,168,18); }

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