Html Css Color HEX #959F30 Citron

📋 copy color: '#959F30'

red 149 ◦ green 159 ◦ blue 48

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

Shades of Citron #959F30

Tints of Citron #959F30

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.66%

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

R = 41.85%
G = 44.66%
B = 13.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#959F30 (or 0x959F30) is known color: Citron. HEX triplet: 95, 9F and 30. RGB value is (149,159,48). Sum of RGB (Red+Green+Blue) = 149+159+48=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #959F30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959F30 is #6A60CF. Grayscale: #8F8F8F. Windows color (decimal): -6971600 or 3186581. OLE color: 3186581.

HSL color Cylindrical-coordinate representation of color #959F30: hue angle of 65.41º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #959F30 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 159 48 -
CMYK 0.06 0 0.70 0.38
HSL 65.41º 0.54% 0.41% -
HSV(B) 65.41º 0.7% 0.62% -
XYZ 25.33 31.4 7.52 -
YUV 143.36 74.19 132.03 -
System Red Green Blue C M Y K H S L
Decimal 149 159 48 0.06 0 0.70 0.38 65.41 0.54 0.41
Hex 95 9F 30 6 0 46 26 41 36 29
Octal 225 237 60 6 0 106 46 101 66 51
Binary 10010101 10011111 110000 110 0 1000110 100110 1000001 110110 101001

Color Harmonies of #959F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959F30

Black with #959F30

Text Example


Text Example

White with #959F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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