Html Css Color HEX #969506 Citron

📋 copy color: '#969506'

red 150 ◦ green 149 ◦ blue 6

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

Shades of Citron #969506

Tints of Citron #969506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.97%

R = 49.18%
G = 48.85%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#969506 (or 0x969506) is known color: Citron. HEX triplet: 96, 95 and 06. RGB value is (150,149,6). Sum of RGB (Red+Green+Blue) = 150+149+6=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #969506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969506 is #696AF9. Grayscale: #858585. Windows color (decimal): -6908666 or 431510. OLE color: 431510.

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

Color convert

RGB 150 149 6 -
CMYK 0 0.01 0.96 0.41
HSL 59.58º 0.92% 0.31% -
HSV(B) 59.58º 0.96% 0.59% -
XYZ 23.36 27.99 4.34 -
YUV 133 56.33 140.13 -
System Red Green Blue C M Y K H S L
Decimal 150 149 6 0 0.01 0.96 0.41 59.58 0.92 0.31
Hex 96 95 6 0 1 60 29 3C 5C 1F
Octal 226 225 6 0 1 140 51 74 134 37
Binary 10010110 10010101 110 0 1 1100000 101001 111100 1011100 11111

Color Harmonies of #969506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969506

Black with #969506

Text Example


Text Example

White with #969506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969506; }

 p { color: rgb(150,149,6); }

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

background-color css

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

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

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

border-color css

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

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

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