Html Css Color HEX #959832 Highball

📋 copy color: '#959832'

red 149 ◦ green 152 ◦ blue 50

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

Shades of Highball #959832

Tints of Highball #959832

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.3%

 BLUE value IS 50 (19.92% from 255) = 14.25%

R = 42.45%
G = 43.3%
B = 14.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#959832 (or 0x959832) is known color: Highball. HEX triplet: 95, 98 and 32. RGB value is (149,152,50). Sum of RGB (Red+Green+Blue) = 149+152+50=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #959832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959832 is #6A67CD. Grayscale: #8B8B8B. Windows color (decimal): -6973390 or 3315861. OLE color: 3315861.

HSL color Cylindrical-coordinate representation of color #959832: hue angle of 61.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #959832 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 152 50 -
CMYK 0.02 0 0.67 0.40
HSL 61.76º 0.5% 0.4% -
HSV(B) 61.76º 0.67% 0.6% -
XYZ 24.2 29.08 7.35 -
YUV 139.48 77.51 134.79 -
System Red Green Blue C M Y K H S L
Decimal 149 152 50 0.02 0 0.67 0.40 61.76 0.5 0.4
Hex 95 98 32 2 0 43 28 3E 32 28
Octal 225 230 62 2 0 103 50 76 62 50
Binary 10010101 10011000 110010 10 0 1000011 101000 111110 110010 101000

Color Harmonies of #959832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959832

Black with #959832

Text Example


Text Example

White with #959832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959832; }

 p { color: rgb(149,152,50); }

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

background-color css

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

 a { background-color: rgb(149,152,50); }

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

border-color css

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

 span { border-color: rgb(149,152,50); }

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