Html Css Color HEX #96C103 Citrus

📋 copy color: '#96C103'

red 150 ◦ green 193 ◦ blue 3

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

Shades of Citrus #96C103

Tints of Citrus #96C103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 43.35%
G = 55.78%
B = 0.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#96C103 (or 0x96C103) is known color: Citrus. HEX triplet: 96, C1 and 03. RGB value is (150,193,3). Sum of RGB (Red+Green+Blue) = 150+193+3=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #96C103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C103 is #693EFC. Grayscale: #9F9F9F. Windows color (decimal): -6897405 or 246166. OLE color: 246166.

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

Color convert

RGB 150 193 3 -
CMYK 0.22 0 0.98 0.24
HSL 73.58º 0.97% 0.38% -
HSV(B) 73.58º 0.98% 0.76% -
XYZ 31.66 44.63 7.03 -
YUV 158.48 40.25 121.95 -
System Red Green Blue C M Y K H S L
Decimal 150 193 3 0.22 0 0.98 0.24 73.58 0.97 0.38
Hex 96 C1 3 16 0 62 18 4A 61 26
Octal 226 301 3 26 0 142 30 112 141 46
Binary 10010110 11000001 11 10110 0 1100010 11000 1001010 1100001 100110

Color Harmonies of #96C103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C103

Black with #96C103

Text Example


Text Example

White with #96C103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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