Html Css Color HEX #949935 Highball

📋 copy color: '#949935'

red 148 ◦ green 153 ◦ blue 53

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

Shades of Highball #949935

Tints of Highball #949935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.97%

R = 41.81%
G = 43.22%
B = 14.97%

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

#949935 (or 0x949935) is known color: Highball. HEX triplet: 94, 99 and 35. RGB value is (148,153,53). Sum of RGB (Red+Green+Blue) = 148+153+53=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #949935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949935 is #6B66CA. Grayscale: #8C8C8C. Windows color (decimal): -7038667 or 3512724. OLE color: 3512724.

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

Color convert

RGB 148 153 53 -
CMYK 0.03 0 0.65 0.4
HSL 63º 0.49% 0.4% -
HSV(B) 63º 0.65% 0.6% -
XYZ 24.25 29.34 7.75 -
YUV 140.11 78.84 133.63 -
System Red Green Blue C M Y K H S L
Decimal 148 153 53 0.03 0 0.65 0.4 63 0.49 0.4
Hex 94 99 35 3 0 41 28 3F 31 28
Octal 224 231 65 3 0 101 50 77 61 50
Binary 10010100 10011001 110101 11 0 1000001 101000 111111 110001 101000

Color Harmonies of #949935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949935

Black with #949935

Text Example


Text Example

White with #949935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949935; }

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

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

background-color css

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

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

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

border-color css

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

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

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