Html Css Color HEX #959F48 Highball

📋 copy color: '#959F48'

red 149 ◦ green 159 ◦ blue 72

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

Shades of Highball #959F48

Tints of Highball #959F48

RGB

 RED value IS 149 (58.59% from 255) = 39.21%

 GREEN value IS 159 (62.5% from 255) = 41.84%

 BLUE value IS 72 (28.52% from 255) = 18.95%

R = 39.21%
G = 41.84%
B = 18.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#959F48 (or 0x959F48) is known color: Highball. HEX triplet: 95, 9F and 48. RGB value is (149,159,72). Sum of RGB (Red+Green+Blue) = 149+159+72=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 159 - color contains mainly: green. Hex color #959F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959F48 is #6A60B7. Grayscale: #929292. Windows color (decimal): -6971576 or 4759445. OLE color: 4759445.

HSL color Cylindrical-coordinate representation of color #959F48: hue angle of 66.9º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #959F48 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 159 72 -
CMYK 0.06 0 0.55 0.38
HSL 66.9º 0.38% 0.45% -
HSV(B) 66.9º 0.55% 0.62% -
XYZ 25.96 31.65 10.87 -
YUV 146.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 149 159 72 0.06 0 0.55 0.38 66.9 0.38 0.45
Hex 95 9F 48 6 0 37 26 43 26 2D
Octal 225 237 110 6 0 67 46 103 46 55
Binary 10010101 10011111 1001000 110 0 110111 100110 1000011 100110 101101

Color Harmonies of #959F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959F48

Black with #959F48

Text Example


Text Example

White with #959F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959F48; }

 p { color: rgb(149,159,72); }

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

background-color css

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

 a { background-color: rgb(149,159,72); }

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

border-color css

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

 span { border-color: rgb(149,159,72); }

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