Html Css Color HEX #959A1D Citron

📋 copy color: '#959A1D'

red 149 ◦ green 154 ◦ blue 29

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

Shades of Citron #959A1D

Tints of Citron #959A1D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.39%

 BLUE value IS 29 (11.72% from 255) = 8.73%

R = 44.88%
G = 46.39%
B = 8.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#959A1D (or 0x959A1D) is known color: Citron. HEX triplet: 95, 9A and 1D. RGB value is (149,154,29). Sum of RGB (Red+Green+Blue) = 149+154+29=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #959A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959A1D is #6A65E2. Grayscale: #8A8A8A. Windows color (decimal): -6972899 or 1940117. OLE color: 1940117.

HSL color Cylindrical-coordinate representation of color #959A1D: hue angle of 62.4º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #959A1D is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 154 29 -
CMYK 0.03 0 0.81 0.40
HSL 62.4º 0.68% 0.36% -
HSV(B) 62.4º 0.81% 0.6% -
XYZ 24.17 29.59 5.6 -
YUV 138.26 66.34 135.66 -
System Red Green Blue C M Y K H S L
Decimal 149 154 29 0.03 0 0.81 0.40 62.4 0.68 0.36
Hex 95 9A 1D 3 0 51 28 3E 44 24
Octal 225 232 35 3 0 121 50 76 104 44
Binary 10010101 10011010 11101 11 0 1010001 101000 111110 1000100 100100

Color Harmonies of #959A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A1D

Black with #959A1D

Text Example


Text Example

White with #959A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,154,29); }

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

background-color css

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

 a { background-color: rgb(149,154,29); }

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

border-color css

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

 span { border-color: rgb(149,154,29); }

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