Html Css Color HEX #B2B02F Earls Green

📋 copy color: '#B2B02F'

red 178 ◦ green 176 ◦ blue 47

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

Shades of Earls Green #B2B02F

Tints of Earls Green #B2B02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.72%

R = 44.39%
G = 43.89%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2B02F (or 0xB2B02F) is known color: Earls Green. HEX triplet: B2, B0 and 2F. RGB value is (178,176,47). Sum of RGB (Red+Green+Blue) = 178+176+47=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B02F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B02F is #4D4FD0. Grayscale: #A2A2A2. Windows color (decimal): -5066705 or 3125426. OLE color: 3125426.

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

Color convert

RGB 178 176 47 -
CMYK 0 0.01 0.74 0.30
HSL 59.08º 0.58% 0.44% -
HSV(B) 59.08º 0.74% 0.7% -
XYZ 34.4 40.72 8.74 -
YUV 161.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 178 176 47 0 0.01 0.74 0.30 59.08 0.58 0.44
Hex B2 B0 2F 0 1 4A 1E 3B 3A 2C
Octal 262 260 57 0 1 112 36 73 72 54
Binary 10110010 10110000 101111 0 1 1001010 11110 111011 111010 101100

Color Harmonies of #B2B02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B02F

Black with #B2B02F

Text Example


Text Example

White with #B2B02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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