Html Css Color HEX #B2B42F Earls Green

📋 copy color: '#B2B42F'

red 178 ◦ green 180 ◦ blue 47

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

Shades of Earls Green #B2B42F

Tints of Earls Green #B2B42F

RGB

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

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

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

R = 43.95%
G = 44.44%
B = 11.6%

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

#B2B42F (or 0xB2B42F) is known color: Earls Green. HEX triplet: B2, B4 and 2F. RGB value is (178,180,47). Sum of RGB (Red+Green+Blue) = 178+180+47=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B42F is #4D4BD0. Grayscale: #A4A4A4. Windows color (decimal): -5065681 or 3126450. OLE color: 3126450.

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

Color convert

RGB 178 180 47 -
CMYK 0.01 0 0.74 0.29
HSL 60.9º 0.59% 0.45% -
HSV(B) 60.9º 0.74% 0.71% -
XYZ 35.19 42.31 9 -
YUV 164.24 61.84 137.81 -
System Red Green Blue C M Y K H S L
Decimal 178 180 47 0.01 0 0.74 0.29 60.9 0.59 0.45
Hex B2 B4 2F 1 0 4A 1D 3D 3B 2D
Octal 262 264 57 1 0 112 35 75 73 55
Binary 10110010 10110100 101111 1 0 1001010 11101 111101 111011 101101

Color Harmonies of #B2B42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B42F

Black with #B2B42F

Text Example


Text Example

White with #B2B42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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