Html Css Color HEX #969A14 Citron

📋 copy color: '#969A14'

red 150 ◦ green 154 ◦ blue 20

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

Shades of Citron #969A14

Tints of Citron #969A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.53%

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 46.3%
G = 47.53%
B = 6.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#969A14 (or 0x969A14) is known color: Citron. HEX triplet: 96, 9A and 14. RGB value is (150,154,20). Sum of RGB (Red+Green+Blue) = 150+154+20=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #969A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969A14 is #6965EB. Grayscale: #8A8A8A. Windows color (decimal): -6907372 or 1350294. OLE color: 1350294.

HSL color Cylindrical-coordinate representation of color #969A14: hue angle of 61.79º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #969A14 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 154 20 -
CMYK 0.03 0 0.87 0.40
HSL 61.79º 0.77% 0.34% -
HSV(B) 61.79º 0.87% 0.6% -
XYZ 24.26 29.65 5.11 -
YUV 137.53 61.67 136.9 -
System Red Green Blue C M Y K H S L
Decimal 150 154 20 0.03 0 0.87 0.40 61.79 0.77 0.34
Hex 96 9A 14 3 0 57 28 3E 4D 22
Octal 226 232 24 3 0 127 50 76 115 42
Binary 10010110 10011010 10100 11 0 1010111 101000 111110 1001101 100010

Color Harmonies of #969A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969A14

Black with #969A14

Text Example


Text Example

White with #969A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,154,20); }

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

background-color css

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

 a { background-color: rgb(150,154,20); }

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

border-color css

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

 span { border-color: rgb(150,154,20); }

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