Html Css Color HEX #B1B21D Earls Green

📋 copy color: '#B1B21D'

red 177 ◦ green 178 ◦ blue 29

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

Shades of Earls Green #B1B21D

Tints of Earls Green #B1B21D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.35%

 BLUE value IS 29 (11.72% from 255) = 7.55%

R = 46.09%
G = 46.35%
B = 7.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B1B21D (or 0xB1B21D) is known color: Earls Green. HEX triplet: B1, B2 and 1D. RGB value is (177,178,29). Sum of RGB (Red+Green+Blue) = 177+178+29=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B21D is #4E4DE2. Grayscale: #A1A1A1. Windows color (decimal): -5131747 or 1946289. OLE color: 1946289.

HSL color Cylindrical-coordinate representation of color #B1B21D: hue angle of 60.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1B21D is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 178 29 -
CMYK 0.01 0 0.84 0.30
HSL 60.4º 0.72% 0.41% -
HSV(B) 60.4º 0.84% 0.7% -
XYZ 34.27 41.28 7.32 -
YUV 160.72 53.67 139.62 -
System Red Green Blue C M Y K H S L
Decimal 177 178 29 0.01 0 0.84 0.30 60.4 0.72 0.41
Hex B1 B2 1D 1 0 54 1E 3C 48 29
Octal 261 262 35 1 0 124 36 74 110 51
Binary 10110001 10110010 11101 1 0 1010100 11110 111100 1001000 101001

Color Harmonies of #B1B21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B21D

Black with #B1B21D

Text Example


Text Example

White with #B1B21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B21D; }

 p { color: rgb(177,178,29); }

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

background-color css

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

 a { background-color: rgb(177,178,29); }

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

border-color css

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

 span { border-color: rgb(177,178,29); }

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