Html Css Color HEX #958D11 Citron

📋 copy color: '#958D11'

red 149 ◦ green 141 ◦ blue 17

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

Shades of Citron #958D11

Tints of Citron #958D11

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.93%

 BLUE value IS 17 (7.03% from 255) = 5.54%

R = 48.53%
G = 45.93%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#958D11 (or 0x958D11) is known color: Citron. HEX triplet: 95, 8D and 11. RGB value is (149,141,17). Sum of RGB (Red+Green+Blue) = 149+141+17=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #958D11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958D11 is #6A72EE. Grayscale: #818181. Windows color (decimal): -6976239 or 1150357. OLE color: 1150357.

HSL color Cylindrical-coordinate representation of color #958D11: hue angle of 56.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #958D11 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 141 17 -
CMYK 0 0.05 0.89 0.42
HSL 56.36º 0.8% 0.33% -
HSV(B) 56.36º 0.89% 0.58% -
XYZ 22.02 25.48 4.29 -
YUV 129.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 149 141 17 0 0.05 0.89 0.42 56.36 0.8 0.33
Hex 95 8D 11 0 5 59 2A 38 50 21
Octal 225 215 21 0 5 131 52 70 120 41
Binary 10010101 10001101 10001 0 101 1011001 101010 111000 1010000 100001

Color Harmonies of #958D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D11

Black with #958D11

Text Example


Text Example

White with #958D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958D11; }

 p { color: rgb(149,141,17); }

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

background-color css

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

 a { background-color: rgb(149,141,17); }

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

border-color css

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

 span { border-color: rgb(149,141,17); }

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