Html Css Color HEX #969810 Citron

📋 copy color: '#969810'

red 150 ◦ green 152 ◦ blue 16

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

Shades of Citron #969810

Tints of Citron #969810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.8%

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 47.17%
G = 47.8%
B = 5.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#969810 (or 0x969810) is known color: Citron. HEX triplet: 96, 98 and 10. RGB value is (150,152,16). Sum of RGB (Red+Green+Blue) = 150+152+16=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #969810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969810 is #6967EF. Grayscale: #888888. Windows color (decimal): -6907888 or 1087638. OLE color: 1087638.

HSL color Cylindrical-coordinate representation of color #969810: hue angle of 60.88º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #969810 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 152 16 -
CMYK 0.01 0 0.89 0.40
HSL 60.88º 0.81% 0.33% -
HSV(B) 60.88º 0.89% 0.6% -
XYZ 23.9 28.98 4.82 -
YUV 135.9 60.34 138.06 -
System Red Green Blue C M Y K H S L
Decimal 150 152 16 0.01 0 0.89 0.40 60.88 0.81 0.33
Hex 96 98 10 1 0 59 28 3D 51 21
Octal 226 230 20 1 0 131 50 75 121 41
Binary 10010110 10011000 10000 1 0 1011001 101000 111101 1010001 100001

Color Harmonies of #969810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969810

Black with #969810

Text Example


Text Example

White with #969810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969810; }

 p { color: rgb(150,152,16); }

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

background-color css

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

 a { background-color: rgb(150,152,16); }

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

border-color css

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

 span { border-color: rgb(150,152,16); }

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