Html Css Color HEX #959B38 Highball

📋 copy color: '#959B38'

red 149 ◦ green 155 ◦ blue 56

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

Shades of Highball #959B38

Tints of Highball #959B38

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.06%

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

R = 41.39%
G = 43.06%
B = 15.56%

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

#959B38 (or 0x959B38) is known color: Highball. HEX triplet: 95, 9B and 38. RGB value is (149,155,56). Sum of RGB (Red+Green+Blue) = 149+155+56=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #959B38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959B38 is #6A64C7. Grayscale: #8E8E8E. Windows color (decimal): -6972616 or 3709845. OLE color: 3709845.

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

Color convert

RGB 149 155 56 -
CMYK 0.04 0 0.64 0.39
HSL 63.64º 0.47% 0.41% -
HSV(B) 63.64º 0.64% 0.61% -
XYZ 24.83 30.12 8.25 -
YUV 141.92 79.51 133.05 -
System Red Green Blue C M Y K H S L
Decimal 149 155 56 0.04 0 0.64 0.39 63.64 0.47 0.41
Hex 95 9B 38 4 0 40 27 40 2F 29
Octal 225 233 70 4 0 100 47 100 57 51
Binary 10010101 10011011 111000 100 0 1000000 100111 1000000 101111 101001

Color Harmonies of #959B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B38

Black with #959B38

Text Example


Text Example

White with #959B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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