Html Css Color HEX #969605 Citron

📋 copy color: '#969605'

red 150 ◦ green 150 ◦ blue 5

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

Shades of Citron #969605

Tints of Citron #969605

RGB

 RED value IS 150 (58.98% from 255) = 49.18%

 GREEN value IS 150 (58.98% from 255) = 49.18%

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

R = 49.18%
G = 49.18%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#969605 (or 0x969605) is known color: Citron. HEX triplet: 96, 96 and 05. RGB value is (150,150,5). Sum of RGB (Red+Green+Blue) = 150+150+5=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969605 is #6969FA. Grayscale: #868686. Windows color (decimal): -6908411 or 366230. OLE color: 366230.

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

Color convert

RGB 150 150 5 -
CMYK 0 0 0.97 0.41
HSL 60º 0.94% 0.3% -
HSV(B) 60º 0.97% 0.59% -
XYZ 23.51 28.31 4.37 -
YUV 133.47 55.5 139.79 -
System Red Green Blue C M Y K H S L
Decimal 150 150 5 0 0 0.97 0.41 60 0.94 0.3
Hex 96 96 5 0 0 61 29 3C 5E 1E
Octal 226 226 5 0 0 141 51 74 136 36
Binary 10010110 10010110 101 0 0 1100001 101001 111100 1011110 11110

Color Harmonies of #969605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969605

Black with #969605

Text Example


Text Example

White with #969605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969605; }

 p { color: rgb(150,150,5); }

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

background-color css

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

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

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

border-color css

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

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

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