Html Css Color HEX #949936 Highball

📋 copy color: '#949936'

red 148 ◦ green 153 ◦ blue 54

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

Shades of Highball #949936

Tints of Highball #949936

RGB

 RED value IS 148 (58.2% from 255) = 41.69%

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

 BLUE value IS 54 (21.48% from 255) = 15.21%

R = 41.69%
G = 43.1%
B = 15.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#949936 (or 0x949936) is known color: Highball. HEX triplet: 94, 99 and 36. RGB value is (148,153,54). Sum of RGB (Red+Green+Blue) = 148+153+54=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #949936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949936 is #6B66C9. Grayscale: #8C8C8C. Windows color (decimal): -7038666 or 3578260. OLE color: 3578260.

HSL color Cylindrical-coordinate representation of color #949936: hue angle of 63.03º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #949936 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 153 54 -
CMYK 0.03 0 0.65 0.4
HSL 63.03º 0.48% 0.41% -
HSV(B) 63.03º 0.65% 0.6% -
XYZ 24.27 29.34 7.87 -
YUV 140.22 79.34 133.55 -
System Red Green Blue C M Y K H S L
Decimal 148 153 54 0.03 0 0.65 0.4 63.03 0.48 0.41
Hex 94 99 36 3 0 41 28 3F 30 29
Octal 224 231 66 3 0 101 50 77 60 51
Binary 10010100 10011001 110110 11 0 1000001 101000 111111 110000 101001

Color Harmonies of #949936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949936

Black with #949936

Text Example


Text Example

White with #949936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949936; }

 p { color: rgb(148,153,54); }

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

background-color css

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

 a { background-color: rgb(148,153,54); }

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

border-color css

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

 span { border-color: rgb(148,153,54); }

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