Html Css Color HEX #B2AB0F Earls Green

📋 copy color: '#B2AB0F'

red 178 ◦ green 171 ◦ blue 15

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

Shades of Earls Green #B2AB0F

Tints of Earls Green #B2AB0F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.98%

 BLUE value IS 15 (6.25% from 255) = 4.12%

R = 48.9%
G = 46.98%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2AB0F (or 0xB2AB0F) is known color: Earls Green. HEX triplet: B2, AB and 0F. RGB value is (178,171,15). Sum of RGB (Red+Green+Blue) = 178+171+15=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AB0F is #4D54F0. Grayscale: #9B9B9B. Windows color (decimal): -5068017 or 1026994. OLE color: 1026994.

HSL color Cylindrical-coordinate representation of color #B2AB0F: hue angle of 57.42º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2AB0F is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 171 15 -
CMYK 0 0.04 0.92 0.30
HSL 57.42º 0.84% 0.38% -
HSV(B) 57.42º 0.92% 0.7% -
XYZ 33.01 38.63 6.17 -
YUV 155.31 48.82 144.18 -
System Red Green Blue C M Y K H S L
Decimal 178 171 15 0 0.04 0.92 0.30 57.42 0.84 0.38
Hex B2 AB F 0 4 5C 1E 39 54 26
Octal 262 253 17 0 4 134 36 71 124 46
Binary 10110010 10101011 1111 0 100 1011100 11110 111001 1010100 100110

Color Harmonies of #B2AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB0F

Black with #B2AB0F

Text Example


Text Example

White with #B2AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB0F; }

 p { color: rgb(178,171,15); }

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

background-color css

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

 a { background-color: rgb(178,171,15); }

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

border-color css

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

 span { border-color: rgb(178,171,15); }

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