Html Css Color HEX #B1B42F Earls Green

📋 copy color: '#B1B42F'

red 177 ◦ green 180 ◦ blue 47

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

Shades of Earls Green #B1B42F

Tints of Earls Green #B1B42F

RGB

 RED value IS 177 (69.53% from 255) = 43.81%

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

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

R = 43.81%
G = 44.55%
B = 11.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B1B42F (or 0xB1B42F) is known color: Earls Green. HEX triplet: B1, B4 and 2F. RGB value is (177,180,47). Sum of RGB (Red+Green+Blue) = 177+180+47=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B42F is #4E4BD0. Grayscale: #A4A4A4. Windows color (decimal): -5131217 or 3126449. OLE color: 3126449.

HSL color Cylindrical-coordinate representation of color #B1B42F: hue angle of 61.35º 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 #B1B42F is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 180 47 -
CMYK 0.02 0 0.74 0.29
HSL 61.35º 0.59% 0.45% -
HSV(B) 61.35º 0.74% 0.71% -
XYZ 34.97 42.19 8.99 -
YUV 163.94 62.01 137.31 -
System Red Green Blue C M Y K H S L
Decimal 177 180 47 0.02 0 0.74 0.29 61.35 0.59 0.45
Hex B1 B4 2F 2 0 4A 1D 3D 3B 2D
Octal 261 264 57 2 0 112 35 75 73 55
Binary 10110001 10110100 101111 10 0 1001010 11101 111101 111011 101101

Color Harmonies of #B1B42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B42F

Black with #B1B42F

Text Example


Text Example

White with #B1B42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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