Html Css Color HEX #968F18 Citron

📋 copy color: '#968F18'

red 150 ◦ green 143 ◦ blue 24

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

Shades of Citron #968F18

Tints of Citron #968F18

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.11%

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

R = 47.32%
G = 45.11%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#968F18 (or 0x968F18) is known color: Citron. HEX triplet: 96, 8F and 18. RGB value is (150,143,24). Sum of RGB (Red+Green+Blue) = 150+143+24=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #968F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968F18 is #6970E7. Grayscale: #848484. Windows color (decimal): -6910184 or 1609622. OLE color: 1609622.

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

Color convert

RGB 150 143 24 -
CMYK 0 0.05 0.84 0.41
HSL 56.67º 0.72% 0.34% -
HSV(B) 56.67º 0.84% 0.59% -
XYZ 22.57 26.19 4.73 -
YUV 131.53 67.32 141.18 -
System Red Green Blue C M Y K H S L
Decimal 150 143 24 0 0.05 0.84 0.41 56.67 0.72 0.34
Hex 96 8F 18 0 5 54 29 39 48 22
Octal 226 217 30 0 5 124 51 71 110 42
Binary 10010110 10001111 11000 0 101 1010100 101001 111001 1001000 100010

Color Harmonies of #968F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968F18

Black with #968F18

Text Example


Text Example

White with #968F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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