Html Css Color HEX #969417 Citron

📋 copy color: '#969417'

red 150 ◦ green 148 ◦ blue 23

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

Shades of Citron #969417

Tints of Citron #969417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.11%

 BLUE value IS 23 (9.38% from 255) = 7.17%

R = 46.73%
G = 46.11%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#969417 (or 0x969417) is known color: Citron. HEX triplet: 96, 94 and 17. RGB value is (150,148,23). Sum of RGB (Red+Green+Blue) = 150+148+23=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #969417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969417 is #696BE8. Grayscale: #868686. Windows color (decimal): -6908905 or 1545366. OLE color: 1545366.

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

Color convert

RGB 150 148 23 -
CMYK 0 0.01 0.85 0.41
HSL 59.06º 0.73% 0.34% -
HSV(B) 59.06º 0.85% 0.59% -
XYZ 23.32 27.73 4.93 -
YUV 134.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 150 148 23 0 0.01 0.85 0.41 59.06 0.73 0.34
Hex 96 94 17 0 1 55 29 3B 49 22
Octal 226 224 27 0 1 125 51 73 111 42
Binary 10010110 10010100 10111 0 1 1010101 101001 111011 1001001 100010

Color Harmonies of #969417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969417

Black with #969417

Text Example


Text Example

White with #969417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969417; }

 p { color: rgb(150,148,23); }

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

background-color css

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

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

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

border-color css

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

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

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