Html Css Color HEX #96C101 Citrus

📋 copy color: '#96C101'

red 150 ◦ green 193 ◦ blue 1

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

Shades of Citrus #96C101

Tints of Citrus #96C101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 43.6%
G = 56.1%
B = 0.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#96C101 (or 0x96C101) is known color: Citrus. HEX triplet: 96, C1 and 01. RGB value is (150,193,1). Sum of RGB (Red+Green+Blue) = 150+193+1=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #96C101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C101 is #693EFE. Grayscale: #9E9E9E. Windows color (decimal): -6897407 or 115094. OLE color: 115094.

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

Color convert

RGB 150 193 1 -
CMYK 0.22 0 0.99 0.24
HSL 73.44º 0.99% 0.38% -
HSV(B) 73.44º 0.99% 0.76% -
XYZ 31.65 44.63 6.97 -
YUV 158.26 39.25 122.11 -
System Red Green Blue C M Y K H S L
Decimal 150 193 1 0.22 0 0.99 0.24 73.44 0.99 0.38
Hex 96 C1 1 16 0 63 18 49 63 26
Octal 226 301 1 26 0 143 30 111 143 46
Binary 10010110 11000001 1 10110 0 1100011 11000 1001001 1100011 100110

Color Harmonies of #96C101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C101

Black with #96C101

Text Example


Text Example

White with #96C101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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