Html Css Color HEX #B2B125 Earls Green

📋 copy color: '#B2B125'

red 178 ◦ green 177 ◦ blue 37

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

Shades of Earls Green #B2B125

Tints of Earls Green #B2B125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.44%

R = 45.41%
G = 45.15%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B2B125 (or 0xB2B125) is known color: Earls Green. HEX triplet: B2, B1 and 25. RGB value is (178,177,37). Sum of RGB (Red+Green+Blue) = 178+177+37=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B125 is #4D4EDA. Grayscale: #A1A1A1. Windows color (decimal): -5066459 or 2470322. OLE color: 2470322.

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

Color convert

RGB 178 177 37 -
CMYK 0 0.01 0.79 0.30
HSL 59.57º 0.66% 0.42% -
HSV(B) 59.57º 0.79% 0.7% -
XYZ 34.42 41.04 7.86 -
YUV 161.34 57.83 139.88 -
System Red Green Blue C M Y K H S L
Decimal 178 177 37 0 0.01 0.79 0.30 59.57 0.66 0.42
Hex B2 B1 25 0 1 4F 1E 3C 42 2A
Octal 262 261 45 0 1 117 36 74 102 52
Binary 10110010 10110001 100101 0 1 1001111 11110 111100 1000010 101010

Color Harmonies of #B2B125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B125

Black with #B2B125

Text Example


Text Example

White with #B2B125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B125; }

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

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

background-color css

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

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

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

border-color css

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

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

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