Html Css Color HEX #959B3B Highball

📋 copy color: '#959B3B'

red 149 ◦ green 155 ◦ blue 59

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

Shades of Highball #959B3B

Tints of Highball #959B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.25%

R = 41.05%
G = 42.7%
B = 16.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#959B3B (or 0x959B3B) is known color: Highball. HEX triplet: 95, 9B and 3B. RGB value is (149,155,59). Sum of RGB (Red+Green+Blue) = 149+155+59=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #959B3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959B3B is #6A64C4. Grayscale: #8E8E8E. Windows color (decimal): -6972613 or 3906453. OLE color: 3906453.

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

Color convert

RGB 149 155 59 -
CMYK 0.04 0 0.62 0.39
HSL 63.75º 0.45% 0.42% -
HSV(B) 63.75º 0.62% 0.61% -
XYZ 24.91 30.15 8.64 -
YUV 142.26 81.01 132.81 -
System Red Green Blue C M Y K H S L
Decimal 149 155 59 0.04 0 0.62 0.39 63.75 0.45 0.42
Hex 95 9B 3B 4 0 3E 27 40 2D 2A
Octal 225 233 73 4 0 76 47 100 55 52
Binary 10010101 10011011 111011 100 0 111110 100111 1000000 101101 101010

Color Harmonies of #959B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B3B

Black with #959B3B

Text Example


Text Example

White with #959B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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