Html Css Color HEX #959430 Highball

📋 copy color: '#959430'

red 149 ◦ green 148 ◦ blue 48

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

Shades of Highball #959430

Tints of Highball #959430

RGB

 RED value IS 149 (58.59% from 255) = 43.19%

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

 BLUE value IS 48 (19.14% from 255) = 13.91%

R = 43.19%
G = 42.9%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#959430 (or 0x959430) is known color: Highball. HEX triplet: 95, 94 and 30. RGB value is (149,148,48). Sum of RGB (Red+Green+Blue) = 149+148+48=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #959430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959430 is #6A6BCF. Grayscale: #898989. Windows color (decimal): -6974416 or 3183765. OLE color: 3183765.

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

Color convert

RGB 149 148 48 -
CMYK 0 0.01 0.68 0.42
HSL 59.41º 0.51% 0.39% -
HSV(B) 59.41º 0.68% 0.58% -
XYZ 23.52 27.78 6.92 -
YUV 136.9 77.83 136.63 -
System Red Green Blue C M Y K H S L
Decimal 149 148 48 0 0.01 0.68 0.42 59.41 0.51 0.39
Hex 95 94 30 0 1 44 2A 3B 33 27
Octal 225 224 60 0 1 104 52 73 63 47
Binary 10010101 10010100 110000 0 1 1000100 101010 111011 110011 100111

Color Harmonies of #959430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959430

Black with #959430

Text Example


Text Example

White with #959430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959430; }

 p { color: rgb(149,148,48); }

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

background-color css

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

 a { background-color: rgb(149,148,48); }

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

border-color css

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

 span { border-color: rgb(149,148,48); }

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