Html Css Color HEX #909C14 Citron

📋 copy color: '#909C14'

red 144 ◦ green 156 ◦ blue 20

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

Shades of Citron #909C14

Tints of Citron #909C14

RGB

 RED value IS 144 (56.64% from 255) = 45%

 GREEN value IS 156 (61.33% from 255) = 48.75%

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

R = 45%
G = 48.75%
B = 6.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#909C14 (or 0x909C14) is known color: Citron. HEX triplet: 90, 9C and 14. RGB value is (144,156,20). Sum of RGB (Red+Green+Blue) = 144+156+20=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #909C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #909C14 is #6F63EB. Grayscale: #898989. Windows color (decimal): -7300076 or 1350800. OLE color: 1350800.

HSL color Cylindrical-coordinate representation of color #909C14: hue angle of 65.29º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #909C14 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 156 20 -
CMYK 0.08 0 0.87 0.39
HSL 65.29º 0.77% 0.35% -
HSV(B) 65.29º 0.87% 0.61% -
XYZ 23.52 29.76 5.17 -
YUV 136.91 62.02 133.06 -
System Red Green Blue C M Y K H S L
Decimal 144 156 20 0.08 0 0.87 0.39 65.29 0.77 0.35
Hex 90 9C 14 8 0 57 27 41 4D 23
Octal 220 234 24 10 0 127 47 101 115 43
Binary 10010000 10011100 10100 1000 0 1010111 100111 1000001 1001101 100011

Color Harmonies of #909C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909C14

Black with #909C14

Text Example


Text Example

White with #909C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909C14; }

 p { color: rgb(144,156,20); }

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

background-color css

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

 a { background-color: rgb(144,156,20); }

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

border-color css

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

 span { border-color: rgb(144,156,20); }

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