Html Css Color HEX #B2B01C Earls Green

📋 copy color: '#B2B01C'

red 178 ◦ green 176 ◦ blue 28

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

Shades of Earls Green #B2B01C

Tints of Earls Green #B2B01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 46.6%
G = 46.07%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2B01C (or 0xB2B01C) is known color: Earls Green. HEX triplet: B2, B0 and 1C. RGB value is (178,176,28). Sum of RGB (Red+Green+Blue) = 178+176+28=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B01C is #4D4FE3. Grayscale: #A0A0A0. Windows color (decimal): -5066724 or 1880242. OLE color: 1880242.

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

Color convert

RGB 178 176 28 -
CMYK 0 0.01 0.84 0.30
HSL 59.2º 0.73% 0.4% -
HSV(B) 59.2º 0.84% 0.7% -
XYZ 34.1 40.6 7.14 -
YUV 159.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 178 176 28 0 0.01 0.84 0.30 59.2 0.73 0.4
Hex B2 B0 1C 0 1 54 1E 3B 49 28
Octal 262 260 34 0 1 124 36 73 111 50
Binary 10110010 10110000 11100 0 1 1010100 11110 111011 1001001 101000

Color Harmonies of #B2B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B01C

Black with #B2B01C

Text Example


Text Example

White with #B2B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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