Html Css Color HEX #B7B125 Earls Green

📋 copy color: '#B7B125'

red 183 ◦ green 177 ◦ blue 37

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

Shades of Earls Green #B7B125

Tints of Earls Green #B7B125

RGB

 RED value IS 183 (71.88% from 255) = 46.1%

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

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

R = 46.1%
G = 44.58%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B7B125 (or 0xB7B125) is known color: Earls Green. HEX triplet: B7, B1 and 25. RGB value is (183,177,37). Sum of RGB (Red+Green+Blue) = 183+177+37=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B125 is #484EDA. Grayscale: #A3A3A3. Windows color (decimal): -4738779 or 2470327. OLE color: 2470327.

HSL color Cylindrical-coordinate representation of color #B7B125: hue angle of 57.53º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7B125 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 177 37 -
CMYK 0 0.03 0.80 0.28
HSL 57.53º 0.66% 0.43% -
HSV(B) 57.53º 0.8% 0.72% -
XYZ 35.58 41.65 7.91 -
YUV 162.83 56.99 142.38 -
System Red Green Blue C M Y K H S L
Decimal 183 177 37 0 0.03 0.80 0.28 57.53 0.66 0.43
Hex B7 B1 25 0 3 50 1C 3A 42 2B
Octal 267 261 45 0 3 120 34 72 102 53
Binary 10110111 10110001 100101 0 11 1010000 11100 111010 1000010 101011

Color Harmonies of #B7B125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B125

Black with #B7B125

Text Example


Text Example

White with #B7B125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B125; }

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

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

background-color css

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

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

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

border-color css

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

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

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