Html Css Color HEX #B7B126 Earls Green

📋 copy color: '#B7B126'

red 183 ◦ green 177 ◦ blue 38

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

Shades of Earls Green #B7B126

Tints of Earls Green #B7B126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.55%

R = 45.98%
G = 44.47%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B7B126 (or 0xB7B126) is known color: Earls Green. HEX triplet: B7, B1 and 26. RGB value is (183,177,38). Sum of RGB (Red+Green+Blue) = 183+177+38=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B126 is #484ED9. Grayscale: #A3A3A3. Windows color (decimal): -4738778 or 2535863. OLE color: 2535863.

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

Color convert

RGB 183 177 38 -
CMYK 0 0.03 0.79 0.28
HSL 57.52º 0.66% 0.43% -
HSV(B) 57.52º 0.79% 0.72% -
XYZ 35.6 41.65 8 -
YUV 162.95 57.49 142.3 -
System Red Green Blue C M Y K H S L
Decimal 183 177 38 0 0.03 0.79 0.28 57.52 0.66 0.43
Hex B7 B1 26 0 3 4F 1C 3A 42 2B
Octal 267 261 46 0 3 117 34 72 102 53
Binary 10110111 10110001 100110 0 11 1001111 11100 111010 1000010 101011

Color Harmonies of #B7B126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B126

Black with #B7B126

Text Example


Text Example

White with #B7B126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B126; }

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

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

background-color css

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

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

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

border-color css

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

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

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