Html Css Color HEX #969C37 Highball

📋 copy color: '#969C37'

red 150 ◦ green 156 ◦ blue 55

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

Shades of Highball #969C37

Tints of Highball #969C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.24%

R = 41.55%
G = 43.21%
B = 15.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#969C37 (or 0x969C37) is known color: Highball. HEX triplet: 96, 9C and 37. RGB value is (150,156,55). Sum of RGB (Red+Green+Blue) = 150+156+55=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #969C37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969C37 is #6963C8. Grayscale: #8F8F8F. Windows color (decimal): -6906825 or 3644566. OLE color: 3644566.

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

Color convert

RGB 150 156 55 -
CMYK 0.04 0 0.65 0.39
HSL 63.56º 0.48% 0.41% -
HSV(B) 63.56º 0.65% 0.61% -
XYZ 25.16 30.54 8.18 -
YUV 142.69 78.51 133.21 -
System Red Green Blue C M Y K H S L
Decimal 150 156 55 0.04 0 0.65 0.39 63.56 0.48 0.41
Hex 96 9C 37 4 0 41 27 40 30 29
Octal 226 234 67 4 0 101 47 100 60 51
Binary 10010110 10011100 110111 100 0 1000001 100111 1000000 110000 101001

Color Harmonies of #969C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C37

Black with #969C37

Text Example


Text Example

White with #969C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969C37; }

 p { color: rgb(150,156,55); }

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

background-color css

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

 a { background-color: rgb(150,156,55); }

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

border-color css

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

 span { border-color: rgb(150,156,55); }

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