Html Css Color HEX #B2B42D Earls Green

📋 copy color: '#B2B42D'

red 178 ◦ green 180 ◦ blue 45

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

Shades of Earls Green #B2B42D

Tints of Earls Green #B2B42D

RGB

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

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

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

R = 44.17%
G = 44.67%
B = 11.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B2B42D (or 0xB2B42D) is known color: Earls Green. HEX triplet: B2, B4 and 2D. RGB value is (178,180,45). Sum of RGB (Red+Green+Blue) = 178+180+45=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B42D is #4D4BD2. Grayscale: #A4A4A4. Windows color (decimal): -5065683 or 2995378. OLE color: 2995378.

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

Color convert

RGB 178 180 45 -
CMYK 0.01 0 0.75 0.29
HSL 60.89º 0.6% 0.44% -
HSV(B) 60.89º 0.75% 0.71% -
XYZ 35.16 42.3 8.79 -
YUV 164.01 60.84 137.98 -
System Red Green Blue C M Y K H S L
Decimal 178 180 45 0.01 0 0.75 0.29 60.89 0.6 0.44
Hex B2 B4 2D 1 0 4B 1D 3D 3C 2C
Octal 262 264 55 1 0 113 35 75 74 54
Binary 10110010 10110100 101101 1 0 1001011 11101 111101 111100 101100

Color Harmonies of #B2B42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B42D

Black with #B2B42D

Text Example


Text Example

White with #B2B42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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