Html Css Color HEX #969718 Citron

📋 copy color: '#969718'

red 150 ◦ green 151 ◦ blue 24

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

Shades of Citron #969718

Tints of Citron #969718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.38%

R = 46.15%
G = 46.46%
B = 7.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#969718 (or 0x969718) is known color: Citron. HEX triplet: 96, 97 and 18. RGB value is (150,151,24). Sum of RGB (Red+Green+Blue) = 150+151+24=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #969718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969718 is #6968E7. Grayscale: #888888. Windows color (decimal): -6908136 or 1611670. OLE color: 1611670.

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

Color convert

RGB 150 151 24 -
CMYK 0.01 0 0.84 0.41
HSL 60.47º 0.73% 0.34% -
HSV(B) 60.47º 0.84% 0.59% -
XYZ 23.81 28.68 5.15 -
YUV 136.22 64.67 137.83 -
System Red Green Blue C M Y K H S L
Decimal 150 151 24 0.01 0 0.84 0.41 60.47 0.73 0.34
Hex 96 97 18 1 0 54 29 3C 49 22
Octal 226 227 30 1 0 124 51 74 111 42
Binary 10010110 10010111 11000 1 0 1010100 101001 111100 1001001 100010

Color Harmonies of #969718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969718

Black with #969718

Text Example


Text Example

White with #969718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969718; }

 p { color: rgb(150,151,24); }

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

background-color css

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

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

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

border-color css

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

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

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