Html Css Color HEX #969613 Citron

📋 copy color: '#969613'

red 150 ◦ green 150 ◦ blue 19

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

Shades of Citron #969613

Tints of Citron #969613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.96%

R = 47.02%
G = 47.02%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#969613 (or 0x969613) is known color: Citron. HEX triplet: 96, 96 and 13. RGB value is (150,150,19). Sum of RGB (Red+Green+Blue) = 150+150+19=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969613 is #6969EC. Grayscale: #878787. Windows color (decimal): -6908397 or 1283734. OLE color: 1283734.

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

Color convert

RGB 150 150 19 -
CMYK 0 0 0.87 0.41
HSL 60º 0.78% 0.33% -
HSV(B) 60º 0.87% 0.59% -
XYZ 23.6 28.34 4.84 -
YUV 135.07 62.5 138.65 -
System Red Green Blue C M Y K H S L
Decimal 150 150 19 0 0 0.87 0.41 60 0.78 0.33
Hex 96 96 13 0 0 57 29 3C 4E 21
Octal 226 226 23 0 0 127 51 74 116 41
Binary 10010110 10010110 10011 0 0 1010111 101001 111100 1001110 100001

Color Harmonies of #969613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969613

Black with #969613

Text Example


Text Example

White with #969613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969613; }

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

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

background-color css

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

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

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

border-color css

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

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

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