Html Css Color HEX #96C100 Citrus

📋 copy color: '#96C100'

red 150 ◦ green 193 ◦ blue 0

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

Shades of Citrus #96C100

Tints of Citrus #96C100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.73%
G = 56.27%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#96C100 (or 0x96C100) is known color: Citrus. HEX triplet: 96, C1 and 00. RGB value is (150,193,0). Sum of RGB (Red+Green+Blue) = 150+193+0=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #96C100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C100 is #693EFF. Grayscale: #9E9E9E. Windows color (decimal): -6897408 or 49558. OLE color: 49558.

HSL color Cylindrical-coordinate representation of color #96C100: hue angle of 73.37º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96C100 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 193 0 -
CMYK 0.22 0 1 0.24
HSL 73.37º 1% 0.38% -
HSV(B) 73.37º 1% 0.76% -
XYZ 31.65 44.62 6.95 -
YUV 158.14 38.75 122.19 -
System Red Green Blue C M Y K H S L
Decimal 150 193 0 0.22 0 1 0.24 73.37 1 0.38
Hex 96 C1 0 16 0 64 18 49 64 26
Octal 226 301 0 26 0 144 30 111 144 46
Binary 10010110 11000001 0 10110 0 1100100 11000 1001001 1100100 100110

Color Harmonies of #96C100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C100

Black with #96C100

Text Example


Text Example

White with #96C100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C100; }

 p { color: rgb(150,193,0); }

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

background-color css

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

 a { background-color: rgb(150,193,0); }

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

border-color css

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

 span { border-color: rgb(150,193,0); }

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