Html Css Color HEX #B2B02D Earls Green

📋 copy color: '#B2B02D'

red 178 ◦ green 176 ◦ blue 45

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

Shades of Earls Green #B2B02D

Tints of Earls Green #B2B02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.28%

R = 44.61%
G = 44.11%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2B02D (or 0xB2B02D) is known color: Earls Green. HEX triplet: B2, B0 and 2D. RGB value is (178,176,45). Sum of RGB (Red+Green+Blue) = 178+176+45=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B02D is #4D4FD2. Grayscale: #A2A2A2. Windows color (decimal): -5066707 or 2994354. OLE color: 2994354.

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

Color convert

RGB 178 176 45 -
CMYK 0 0.01 0.75 0.30
HSL 59.1º 0.6% 0.44% -
HSV(B) 59.1º 0.75% 0.7% -
XYZ 34.36 40.71 8.53 -
YUV 161.66 62.16 139.65 -
System Red Green Blue C M Y K H S L
Decimal 178 176 45 0 0.01 0.75 0.30 59.1 0.6 0.44
Hex B2 B0 2D 0 1 4B 1E 3B 3C 2C
Octal 262 260 55 0 1 113 36 73 74 54
Binary 10110010 10110000 101101 0 1 1001011 11110 111011 111100 101100

Color Harmonies of #B2B02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B02D

Black with #B2B02D

Text Example


Text Example

White with #B2B02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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