Html Css Color HEX #B1B42B Earls Green

📋 copy color: '#B1B42B'

red 177 ◦ green 180 ◦ blue 43

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

Shades of Earls Green #B1B42B

Tints of Earls Green #B1B42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.75%

R = 44.25%
G = 45%
B = 10.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B1B42B (or 0xB1B42B) is known color: Earls Green. HEX triplet: B1, B4 and 2B. RGB value is (177,180,43). Sum of RGB (Red+Green+Blue) = 177+180+43=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B42B is #4E4BD4. Grayscale: #A4A4A4. Windows color (decimal): -5131221 or 2864305. OLE color: 2864305.

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

Color convert

RGB 177 180 43 -
CMYK 0.02 0 0.76 0.29
HSL 61.31º 0.61% 0.44% -
HSV(B) 61.31º 0.76% 0.71% -
XYZ 34.89 42.16 8.59 -
YUV 163.49 60.01 137.64 -
System Red Green Blue C M Y K H S L
Decimal 177 180 43 0.02 0 0.76 0.29 61.31 0.61 0.44
Hex B1 B4 2B 2 0 4C 1D 3D 3D 2C
Octal 261 264 53 2 0 114 35 75 75 54
Binary 10110001 10110100 101011 10 0 1001100 11101 111101 111101 101100

Color Harmonies of #B1B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B42B

Black with #B1B42B

Text Example


Text Example

White with #B1B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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