Html Css Color HEX #969518 Citron

📋 copy color: '#969518'

red 150 ◦ green 149 ◦ blue 24

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

Shades of Citron #969518

Tints of Citron #969518

RGB

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

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

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

R = 46.44%
G = 46.13%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#969518 (or 0x969518) is known color: Citron. HEX triplet: 96, 95 and 18. RGB value is (150,149,24). Sum of RGB (Red+Green+Blue) = 150+149+24=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #969518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969518 is #696AE7. Grayscale: #878787. Windows color (decimal): -6908648 or 1611158. OLE color: 1611158.

HSL color Cylindrical-coordinate representation of color #969518: hue angle of 59.52º degrees, saturation: 0.72, 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 #969518 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 149 24 -
CMYK 0 0.01 0.84 0.41
HSL 59.52º 0.72% 0.34% -
HSV(B) 59.52º 0.84% 0.59% -
XYZ 23.49 28.04 5.04 -
YUV 135.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 150 149 24 0 0.01 0.84 0.41 59.52 0.72 0.34
Hex 96 95 18 0 1 54 29 3C 48 22
Octal 226 225 30 0 1 124 51 74 110 42
Binary 10010110 10010101 11000 0 1 1010100 101001 111100 1001000 100010

Color Harmonies of #969518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969518

Black with #969518

Text Example


Text Example

White with #969518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969518; }

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

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

background-color css

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

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

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

border-color css

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

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

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