Html Css Color HEX #B1B42E Earls Green

📋 copy color: '#B1B42E'

red 177 ◦ green 180 ◦ blue 46

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

Shades of Earls Green #B1B42E

Tints of Earls Green #B1B42E

RGB

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

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

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

R = 43.92%
G = 44.67%
B = 11.41%

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

#B1B42E (or 0xB1B42E) is known color: Earls Green. HEX triplet: B1, B4 and 2E. RGB value is (177,180,46). Sum of RGB (Red+Green+Blue) = 177+180+46=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B42E is #4E4BD1. Grayscale: #A4A4A4. Windows color (decimal): -5131218 or 3060913. OLE color: 3060913.

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

Color convert

RGB 177 180 46 -
CMYK 0.02 0 0.74 0.29
HSL 61.34º 0.59% 0.44% -
HSV(B) 61.34º 0.74% 0.71% -
XYZ 34.95 42.19 8.89 -
YUV 163.83 61.51 137.4 -
System Red Green Blue C M Y K H S L
Decimal 177 180 46 0.02 0 0.74 0.29 61.34 0.59 0.44
Hex B1 B4 2E 2 0 4A 1D 3D 3B 2C
Octal 261 264 56 2 0 112 35 75 73 54
Binary 10110001 10110100 101110 10 0 1001010 11101 111101 111011 101100

Color Harmonies of #B1B42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B42E

Black with #B1B42E

Text Example


Text Example

White with #B1B42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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