Html Css Color HEX #969E12 Citron

📋 copy color: '#969E12'

red 150 ◦ green 158 ◦ blue 18

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

Shades of Citron #969E12

Tints of Citron #969E12

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.47%

 BLUE value IS 18 (7.42% from 255) = 5.52%

R = 46.01%
G = 48.47%
B = 5.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#969E12 (or 0x969E12) is known color: Citron. HEX triplet: 96, 9E and 12. RGB value is (150,158,18). Sum of RGB (Red+Green+Blue) = 150+158+18=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 158 - color contains mainly: green. Hex color #969E12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969E12 is #6961ED. Grayscale: #8C8C8C. Windows color (decimal): -6906350 or 1220246. OLE color: 1220246.

HSL color Cylindrical-coordinate representation of color #969E12: hue angle of 63.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #969E12 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 158 18 -
CMYK 0.05 0 0.89 0.38
HSL 63.43º 0.8% 0.35% -
HSV(B) 63.43º 0.89% 0.62% -
XYZ 24.91 30.98 5.24 -
YUV 139.65 59.35 135.38 -
System Red Green Blue C M Y K H S L
Decimal 150 158 18 0.05 0 0.89 0.38 63.43 0.8 0.35
Hex 96 9E 12 5 0 59 26 3F 50 23
Octal 226 236 22 5 0 131 46 77 120 43
Binary 10010110 10011110 10010 101 0 1011001 100110 111111 1010000 100011

Color Harmonies of #969E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969E12

Black with #969E12

Text Example


Text Example

White with #969E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969E12; }

 p { color: rgb(150,158,18); }

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

background-color css

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

 a { background-color: rgb(150,158,18); }

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

border-color css

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

 span { border-color: rgb(150,158,18); }

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