Html Css Color HEX #B2B42E Earls Green

📋 copy color: '#B2B42E'

red 178 ◦ green 180 ◦ blue 46

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

Shades of Earls Green #B2B42E

Tints of Earls Green #B2B42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.39%

R = 44.06%
G = 44.55%
B = 11.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B2B42E (or 0xB2B42E) is known color: Earls Green. HEX triplet: B2, B4 and 2E. RGB value is (178,180,46). Sum of RGB (Red+Green+Blue) = 178+180+46=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B42E is #4D4BD1. Grayscale: #A4A4A4. Windows color (decimal): -5065682 or 3060914. OLE color: 3060914.

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

Color convert

RGB 178 180 46 -
CMYK 0.01 0 0.74 0.29
HSL 60.9º 0.59% 0.44% -
HSV(B) 60.9º 0.74% 0.71% -
XYZ 35.17 42.3 8.9 -
YUV 164.13 61.34 137.9 -
System Red Green Blue C M Y K H S L
Decimal 178 180 46 0.01 0 0.74 0.29 60.9 0.59 0.44
Hex B2 B4 2E 1 0 4A 1D 3D 3B 2C
Octal 262 264 56 1 0 112 35 75 73 54
Binary 10110010 10110100 101110 1 0 1001010 11101 111101 111011 101100

Color Harmonies of #B2B42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B42E

Black with #B2B42E

Text Example


Text Example

White with #B2B42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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