Html Css Color HEX #959D1C Citron

📋 copy color: '#959D1C'

red 149 ◦ green 157 ◦ blue 28

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

Shades of Citron #959D1C

Tints of Citron #959D1C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.01%

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 44.61%
G = 47.01%
B = 8.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#959D1C (or 0x959D1C) is known color: Citron. HEX triplet: 95, 9D and 1C. RGB value is (149,157,28). Sum of RGB (Red+Green+Blue) = 149+157+28=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #959D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959D1C is #6A62E3. Grayscale: #8C8C8C. Windows color (decimal): -6972132 or 1875349. OLE color: 1875349.

HSL color Cylindrical-coordinate representation of color #959D1C: hue angle of 63.72º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #959D1C is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 157 28 -
CMYK 0.05 0 0.82 0.38
HSL 63.72º 0.7% 0.36% -
HSV(B) 63.72º 0.82% 0.62% -
XYZ 24.66 30.59 5.7 -
YUV 139.9 64.85 134.49 -
System Red Green Blue C M Y K H S L
Decimal 149 157 28 0.05 0 0.82 0.38 63.72 0.7 0.36
Hex 95 9D 1C 5 0 52 26 40 46 24
Octal 225 235 34 5 0 122 46 100 106 44
Binary 10010101 10011101 11100 101 0 1010010 100110 1000000 1000110 100100

Color Harmonies of #959D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D1C

Black with #959D1C

Text Example


Text Example

White with #959D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,157,28); }

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

background-color css

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

 a { background-color: rgb(149,157,28); }

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

border-color css

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

 span { border-color: rgb(149,157,28); }

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