Html Css Color HEX #B2B11D Earls Green

📋 copy color: '#B2B11D'

red 178 ◦ green 177 ◦ blue 29

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

Shades of Earls Green #B2B11D

Tints of Earls Green #B2B11D

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #B2B11D: hue angle of 59.6º 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 #B2B11D is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

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

Color Harmonies of #B2B11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B11D

Black with #B2B11D

Text Example


Text Example

White with #B2B11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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