Html Css Color HEX #959E2D Citron

📋 copy color: '#959E2D'

red 149 ◦ green 158 ◦ blue 45

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

Shades of Citron #959E2D

Tints of Citron #959E2D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.89%

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 42.33%
G = 44.89%
B = 12.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#959E2D (or 0x959E2D) is known color: Citron. HEX triplet: 95, 9E and 2D. RGB value is (149,158,45). Sum of RGB (Red+Green+Blue) = 149+158+45=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #959E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959E2D is #6A61D2. Grayscale: #8E8E8E. Windows color (decimal): -6971859 or 2989717. OLE color: 2989717.

HSL color Cylindrical-coordinate representation of color #959E2D: hue angle of 64.78º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #959E2D is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 158 45 -
CMYK 0.06 0 0.72 0.38
HSL 64.78º 0.56% 0.4% -
HSV(B) 64.78º 0.72% 0.62% -
XYZ 25.09 31.03 7.15 -
YUV 142.43 73.02 132.69 -
System Red Green Blue C M Y K H S L
Decimal 149 158 45 0.06 0 0.72 0.38 64.78 0.56 0.4
Hex 95 9E 2D 6 0 48 26 41 38 28
Octal 225 236 55 6 0 110 46 101 70 50
Binary 10010101 10011110 101101 110 0 1001000 100110 1000001 111000 101000

Color Harmonies of #959E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959E2D

Black with #959E2D

Text Example


Text Example

White with #959E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,158,45); }

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

background-color css

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

 a { background-color: rgb(149,158,45); }

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

border-color css

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

 span { border-color: rgb(149,158,45); }

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