Html Css Color HEX #969947 Highball

📋 copy color: '#969947'

red 150 ◦ green 153 ◦ blue 71

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

Shades of Highball #969947

Tints of Highball #969947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.98%

R = 40.11%
G = 40.91%
B = 18.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#969947 (or 0x969947) is known color: Highball. HEX triplet: 96, 99 and 47. RGB value is (150,153,71). Sum of RGB (Red+Green+Blue) = 150+153+71=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #969947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969947 is #6966B8. Grayscale: #8F8F8F. Windows color (decimal): -6907577 or 4692374. OLE color: 4692374.

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

Color convert

RGB 150 153 71 -
CMYK 0.02 0 0.54 0.4
HSL 62.2º 0.37% 0.44% -
HSV(B) 62.2º 0.54% 0.6% -
XYZ 25.11 29.72 10.37 -
YUV 142.76 87.51 133.17 -
System Red Green Blue C M Y K H S L
Decimal 150 153 71 0.02 0 0.54 0.4 62.2 0.37 0.44
Hex 96 99 47 2 0 36 28 3E 25 2C
Octal 226 231 107 2 0 66 50 76 45 54
Binary 10010110 10011001 1000111 10 0 110110 101000 111110 100101 101100

Color Harmonies of #969947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969947

Black with #969947

Text Example


Text Example

White with #969947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969947; }

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

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

background-color css

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

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

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

border-color css

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

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

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