Html Css Color HEX #959705 Citron

📋 copy color: '#959705'

red 149 ◦ green 151 ◦ blue 5

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

Shades of Citron #959705

Tints of Citron #959705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.51%

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 48.85%
G = 49.51%
B = 1.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#959705 (or 0x959705) is known color: Citron. HEX triplet: 95, 97 and 05. RGB value is (149,151,5). Sum of RGB (Red+Green+Blue) = 149+151+5=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #959705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959705 is #6A68FA. Grayscale: #868686. Windows color (decimal): -6973691 or 366485. OLE color: 366485.

HSL color Cylindrical-coordinate representation of color #959705: hue angle of 60.82º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #959705 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 151 5 -
CMYK 0.01 0 0.97 0.41
HSL 60.82º 0.94% 0.31% -
HSV(B) 60.82º 0.97% 0.59% -
XYZ 23.49 28.53 4.41 -
YUV 133.76 55.34 138.87 -
System Red Green Blue C M Y K H S L
Decimal 149 151 5 0.01 0 0.97 0.41 60.82 0.94 0.31
Hex 95 97 5 1 0 61 29 3D 5E 1F
Octal 225 227 5 1 0 141 51 75 136 37
Binary 10010101 10010111 101 1 0 1100001 101001 111101 1011110 11111

Color Harmonies of #959705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959705

Black with #959705

Text Example


Text Example

White with #959705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959705; }

 p { color: rgb(149,151,5); }

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

background-color css

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

 a { background-color: rgb(149,151,5); }

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

border-color css

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

 span { border-color: rgb(149,151,5); }

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