Html Css Color HEX #B2B21D Earls Green

📋 copy color: '#B2B21D'

red 178 ◦ green 178 ◦ blue 29

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

Shades of Earls Green #B2B21D

Tints of Earls Green #B2B21D

RGB

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

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

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

R = 46.23%
G = 46.23%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2B21D (or 0xB2B21D) is known color: Earls Green. HEX triplet: B2, B2 and 1D. RGB value is (178,178,29). Sum of RGB (Red+Green+Blue) = 178+178+29=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B21D is #4D4DE2. Grayscale: #A1A1A1. Windows color (decimal): -5066211 or 1946290. OLE color: 1946290.

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

Color convert

RGB 178 178 29 -
CMYK 0 0 0.84 0.30
HSL 60º 0.72% 0.41% -
HSV(B) 60º 0.84% 0.7% -
XYZ 34.5 41.39 7.33 -
YUV 161.01 53.5 140.12 -
System Red Green Blue C M Y K H S L
Decimal 178 178 29 0 0 0.84 0.30 60 0.72 0.41
Hex B2 B2 1D 0 0 54 1E 3C 48 29
Octal 262 262 35 0 0 124 36 74 110 51
Binary 10110010 10110010 11101 0 0 1010100 11110 111100 1001000 101001

Color Harmonies of #B2B21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B21D

Black with #B2B21D

Text Example


Text Example

White with #B2B21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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