Html Css Color HEX #959C38 Highball

📋 copy color: '#959C38'

red 149 ◦ green 156 ◦ blue 56

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

Shades of Highball #959C38

Tints of Highball #959C38

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.21%

 BLUE value IS 56 (22.27% from 255) = 15.51%

R = 41.27%
G = 43.21%
B = 15.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#959C38 (or 0x959C38) is known color: Highball. HEX triplet: 95, 9C and 38. RGB value is (149,156,56). Sum of RGB (Red+Green+Blue) = 149+156+56=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #959C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959C38 is #6A63C7. Grayscale: #8E8E8E. Windows color (decimal): -6972360 or 3710101. OLE color: 3710101.

HSL color Cylindrical-coordinate representation of color #959C38: hue angle of 64.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #959C38 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 156 56 -
CMYK 0.04 0 0.64 0.39
HSL 64.2º 0.47% 0.42% -
HSV(B) 64.2º 0.64% 0.61% -
XYZ 25 30.45 8.3 -
YUV 142.51 79.18 132.63 -
System Red Green Blue C M Y K H S L
Decimal 149 156 56 0.04 0 0.64 0.39 64.2 0.47 0.42
Hex 95 9C 38 4 0 40 27 40 2F 2A
Octal 225 234 70 4 0 100 47 100 57 52
Binary 10010101 10011100 111000 100 0 1000000 100111 1000000 101111 101010

Color Harmonies of #959C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959C38

Black with #959C38

Text Example


Text Example

White with #959C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,156,56); }

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

background-color css

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

 a { background-color: rgb(149,156,56); }

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

border-color css

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

 span { border-color: rgb(149,156,56); }

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