Html Css Color HEX #949836 Highball

📋 copy color: '#949836'

red 148 ◦ green 152 ◦ blue 54

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

Shades of Highball #949836

Tints of Highball #949836

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.94%

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

R = 41.81%
G = 42.94%
B = 15.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#949836 (or 0x949836) is known color: Highball. HEX triplet: 94, 98 and 36. RGB value is (148,152,54). Sum of RGB (Red+Green+Blue) = 148+152+54=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #949836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949836 is #6B67C9. Grayscale: #8C8C8C. Windows color (decimal): -7038922 or 3578004. OLE color: 3578004.

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

Color convert

RGB 148 152 54 -
CMYK 0.03 0 0.64 0.40
HSL 62.45º 0.48% 0.4% -
HSV(B) 62.45º 0.64% 0.6% -
XYZ 24.11 29.02 7.82 -
YUV 139.63 79.67 133.97 -
System Red Green Blue C M Y K H S L
Decimal 148 152 54 0.03 0 0.64 0.40 62.45 0.48 0.4
Hex 94 98 36 3 0 40 28 3E 30 28
Octal 224 230 66 3 0 100 50 76 60 50
Binary 10010100 10011000 110110 11 0 1000000 101000 111110 110000 101000

Color Harmonies of #949836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949836

Black with #949836

Text Example


Text Example

White with #949836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949836; }

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

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

background-color css

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

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

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

border-color css

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

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

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