Html Css Color HEX #B2B12D Earls Green

📋 copy color: '#B2B12D'

red 178 ◦ green 177 ◦ blue 45

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

Shades of Earls Green #B2B12D

Tints of Earls Green #B2B12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.25%

R = 44.5%
G = 44.25%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2B12D (or 0xB2B12D) is known color: Earls Green. HEX triplet: B2, B1 and 2D. RGB value is (178,177,45). Sum of RGB (Red+Green+Blue) = 178+177+45=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B12D is #4D4ED2. Grayscale: #A2A2A2. Windows color (decimal): -5066451 or 2994610. OLE color: 2994610.

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

Color convert

RGB 178 177 45 -
CMYK 0 0.01 0.75 0.30
HSL 59.55º 0.6% 0.44% -
HSV(B) 59.55º 0.75% 0.7% -
XYZ 34.56 41.1 8.59 -
YUV 162.25 61.83 139.23 -
System Red Green Blue C M Y K H S L
Decimal 178 177 45 0 0.01 0.75 0.30 59.55 0.6 0.44
Hex B2 B1 2D 0 1 4B 1E 3C 3C 2C
Octal 262 261 55 0 1 113 36 74 74 54
Binary 10110010 10110001 101101 0 1 1001011 11110 111100 111100 101100

Color Harmonies of #B2B12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B12D

Black with #B2B12D

Text Example


Text Example

White with #B2B12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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