Html Css Color HEX #959936 Highball

📋 copy color: '#959936'

red 149 ◦ green 153 ◦ blue 54

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

Shades of Highball #959936

Tints of Highball #959936

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

 BLUE value IS 54 (21.48% from 255) = 15.17%

R = 41.85%
G = 42.98%
B = 15.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#959936 (or 0x959936) is known color: Highball. HEX triplet: 95, 99 and 36. RGB value is (149,153,54). Sum of RGB (Red+Green+Blue) = 149+153+54=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #959936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959936 is #6A66C9. Grayscale: #8C8C8C. Windows color (decimal): -6973130 or 3578261. OLE color: 3578261.

HSL color Cylindrical-coordinate representation of color #959936: hue angle of 62.42º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #959936 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 54 -
CMYK 0.03 0 0.65 0.4
HSL 62.42º 0.48% 0.41% -
HSV(B) 62.42º 0.65% 0.6% -
XYZ 24.45 29.44 7.88 -
YUV 140.52 79.17 134.05 -
System Red Green Blue C M Y K H S L
Decimal 149 153 54 0.03 0 0.65 0.4 62.42 0.48 0.41
Hex 95 99 36 3 0 41 28 3E 30 29
Octal 225 231 66 3 0 101 50 76 60 51
Binary 10010101 10011001 110110 11 0 1000001 101000 111110 110000 101001

Color Harmonies of #959936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959936

Black with #959936

Text Example


Text Example

White with #959936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959936; }

 p { color: rgb(149,153,54); }

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

background-color css

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

 a { background-color: rgb(149,153,54); }

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

border-color css

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

 span { border-color: rgb(149,153,54); }

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