Html Css Color HEX #969442 Highball

📋 copy color: '#969442'

red 150 ◦ green 148 ◦ blue 66

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

Shades of Highball #969442

Tints of Highball #969442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

 BLUE value IS 66 (26.17% from 255) = 18.13%

R = 41.21%
G = 40.66%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#969442 (or 0x969442) is known color: Highball. HEX triplet: 96, 94 and 42. RGB value is (150,148,66). Sum of RGB (Red+Green+Blue) = 150+148+66=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #969442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969442 is #696BBD. Grayscale: #8B8B8B. Windows color (decimal): -6908862 or 4363414. OLE color: 4363414.

HSL color Cylindrical-coordinate representation of color #969442: hue angle of 58.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #969442 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 66 -
CMYK 0 0.01 0.56 0.41
HSL 58.57º 0.39% 0.42% -
HSV(B) 58.57º 0.56% 0.59% -
XYZ 24.15 28.06 9.3 -
YUV 139.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 150 148 66 0 0.01 0.56 0.41 58.57 0.39 0.42
Hex 96 94 42 0 1 38 29 3B 27 2A
Octal 226 224 102 0 1 70 51 73 47 52
Binary 10010110 10010100 1000010 0 1 111000 101001 111011 100111 101010

Color Harmonies of #969442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969442

Black with #969442

Text Example


Text Example

White with #969442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969442; }

 p { color: rgb(150,148,66); }

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

background-color css

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

 a { background-color: rgb(150,148,66); }

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

border-color css

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

 span { border-color: rgb(150,148,66); }

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