Html Css Color HEX #968948 Highball

📋 copy color: '#968948'

red 150 ◦ green 137 ◦ blue 72

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

Shades of Highball #968948

Tints of Highball #968948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.16%

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 41.78%
G = 38.16%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#968948 (or 0x968948) is known color: Highball. HEX triplet: 96, 89 and 48. RGB value is (150,137,72). Sum of RGB (Red+Green+Blue) = 150+137+72=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #968948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968948 is #6976B7. Grayscale: #858585. Windows color (decimal): -6911672 or 4753814. OLE color: 4753814.

HSL color Cylindrical-coordinate representation of color #968948: hue angle of 50º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #968948 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 137 72 -
CMYK 0 0.09 0.52 0.41
HSL 50º 0.35% 0.44% -
HSV(B) 50º 0.52% 0.59% -
XYZ 22.69 24.84 9.73 -
YUV 133.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 150 137 72 0 0.09 0.52 0.41 50 0.35 0.44
Hex 96 89 48 0 9 34 29 32 23 2C
Octal 226 211 110 0 11 64 51 62 43 54
Binary 10010110 10001001 1001000 0 1001 110100 101001 110010 100011 101100

Color Harmonies of #968948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968948

Black with #968948

Text Example


Text Example

White with #968948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968948; }

 p { color: rgb(150,137,72); }

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

background-color css

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

 a { background-color: rgb(150,137,72); }

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

border-color css

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

 span { border-color: rgb(150,137,72); }

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