Html Css Color HEX #969936 Highball

📋 copy color: '#969936'

red 150 ◦ green 153 ◦ blue 54

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

Shades of Highball #969936

Tints of Highball #969936

RGB

 RED value IS 150 (58.98% from 255) = 42.02%

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

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

R = 42.02%
G = 42.86%
B = 15.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#969936 (or 0x969936) is known color: Highball. HEX triplet: 96, 99 and 36. RGB value is (150,153,54). Sum of RGB (Red+Green+Blue) = 150+153+54=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #969936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969936 is #6966C9. Grayscale: #8D8D8D. Windows color (decimal): -6907594 or 3578262. OLE color: 3578262.

HSL color Cylindrical-coordinate representation of color #969936: hue angle of 61.82º 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 #969936 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 54 -
CMYK 0.02 0 0.65 0.4
HSL 61.82º 0.48% 0.41% -
HSV(B) 61.82º 0.65% 0.6% -
XYZ 24.63 29.53 7.89 -
YUV 140.82 79.01 134.55 -
System Red Green Blue C M Y K H S L
Decimal 150 153 54 0.02 0 0.65 0.4 61.82 0.48 0.41
Hex 96 99 36 2 0 41 28 3E 30 29
Octal 226 231 66 2 0 101 50 76 60 51
Binary 10010110 10011001 110110 10 0 1000001 101000 111110 110000 101001

Color Harmonies of #969936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969936

Black with #969936

Text Example


Text Example

White with #969936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969936; }

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

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

background-color css

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

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

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

border-color css

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

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

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