Html Css Color HEX #969218 Citron

📋 copy color: '#969218'

red 150 ◦ green 146 ◦ blue 24

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

Shades of Citron #969218

Tints of Citron #969218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.63%

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

R = 46.88%
G = 45.63%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#969218 (or 0x969218) is known color: Citron. HEX triplet: 96, 92 and 18. RGB value is (150,146,24). Sum of RGB (Red+Green+Blue) = 150+146+24=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #969218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969218 is #696DE7. Grayscale: #858585. Windows color (decimal): -6909416 or 1610390. OLE color: 1610390.

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

Color convert

RGB 150 146 24 -
CMYK 0 0.03 0.84 0.41
HSL 58.1º 0.72% 0.34% -
HSV(B) 58.1º 0.84% 0.59% -
XYZ 23.02 27.11 4.88 -
YUV 133.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 150 146 24 0 0.03 0.84 0.41 58.1 0.72 0.34
Hex 96 92 18 0 3 54 29 3A 48 22
Octal 226 222 30 0 3 124 51 72 110 42
Binary 10010110 10010010 11000 0 11 1010100 101001 111010 1001000 100010

Color Harmonies of #969218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969218

Black with #969218

Text Example


Text Example

White with #969218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969218; }

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

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

background-color css

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

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

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

border-color css

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

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

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