Html Css Color HEX #B2B42B Earls Green

📋 copy color: '#B2B42B'

red 178 ◦ green 180 ◦ blue 43

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

Shades of Earls Green #B2B42B

Tints of Earls Green #B2B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.89%

 BLUE value IS 43 (17.19% from 255) = 10.72%

R = 44.39%
G = 44.89%
B = 10.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B2B42B (or 0xB2B42B) is known color: Earls Green. HEX triplet: B2, B4 and 2B. RGB value is (178,180,43). Sum of RGB (Red+Green+Blue) = 178+180+43=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B42B is #4D4BD4. Grayscale: #A4A4A4. Windows color (decimal): -5065685 or 2864306. OLE color: 2864306.

HSL color Cylindrical-coordinate representation of color #B2B42B: hue angle of 60.88º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2B42B is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 180 43 -
CMYK 0.01 0 0.76 0.29
HSL 60.88º 0.61% 0.44% -
HSV(B) 60.88º 0.76% 0.71% -
XYZ 35.12 42.28 8.6 -
YUV 163.78 59.84 138.14 -
System Red Green Blue C M Y K H S L
Decimal 178 180 43 0.01 0 0.76 0.29 60.88 0.61 0.44
Hex B2 B4 2B 1 0 4C 1D 3D 3D 2C
Octal 262 264 53 1 0 114 35 75 75 54
Binary 10110010 10110100 101011 1 0 1001100 11101 111101 111101 101100

Color Harmonies of #B2B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B42B

Black with #B2B42B

Text Example


Text Example

White with #B2B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B42B; }

 p { color: rgb(178,180,43); }

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

background-color css

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

 a { background-color: rgb(178,180,43); }

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

border-color css

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

 span { border-color: rgb(178,180,43); }

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