Html Css Color HEX #B2B015 Earls Green

📋 copy color: '#B2B015'

red 178 ◦ green 176 ◦ blue 21

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

Shades of Earls Green #B2B015

Tints of Earls Green #B2B015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.93%

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

R = 47.47%
G = 46.93%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B2B015 (or 0xB2B015) is known color: Earls Green. HEX triplet: B2, B0 and 15. RGB value is (178,176,21). Sum of RGB (Red+Green+Blue) = 178+176+21=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B015 is #4D4FEA. Grayscale: #9F9F9F. Windows color (decimal): -5066731 or 1421490. OLE color: 1421490.

HSL color Cylindrical-coordinate representation of color #B2B015: hue angle of 59.24º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2B015 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 176 21 -
CMYK 0 0.01 0.88 0.30
HSL 59.24º 0.79% 0.39% -
HSV(B) 59.24º 0.88% 0.7% -
XYZ 34.02 40.57 6.75 -
YUV 158.93 50.16 141.6 -
System Red Green Blue C M Y K H S L
Decimal 178 176 21 0 0.01 0.88 0.30 59.24 0.79 0.39
Hex B2 B0 15 0 1 58 1E 3B 4F 27
Octal 262 260 25 0 1 130 36 73 117 47
Binary 10110010 10110000 10101 0 1 1011000 11110 111011 1001111 100111

Color Harmonies of #B2B015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B015

Black with #B2B015

Text Example


Text Example

White with #B2B015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B015; }

 p { color: rgb(178,176,21); }

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

background-color css

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

 a { background-color: rgb(178,176,21); }

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

border-color css

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

 span { border-color: rgb(178,176,21); }

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