Html Css Color HEX #96C108 Citrus

📋 copy color: '#96C108'

red 150 ◦ green 193 ◦ blue 8

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

Shades of Citrus #96C108

Tints of Citrus #96C108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.28%

R = 42.74%
G = 54.99%
B = 2.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#96C108 (or 0x96C108) is known color: Citrus. HEX triplet: 96, C1 and 08. RGB value is (150,193,8). Sum of RGB (Red+Green+Blue) = 150+193+8=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #96C108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C108 is #693EF7. Grayscale: #9F9F9F. Windows color (decimal): -6897400 or 573846. OLE color: 573846.

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

Color convert

RGB 150 193 8 -
CMYK 0.22 0 0.96 0.24
HSL 73.95º 0.92% 0.39% -
HSV(B) 73.95º 0.96% 0.76% -
XYZ 31.69 44.64 7.18 -
YUV 159.05 42.75 121.54 -
System Red Green Blue C M Y K H S L
Decimal 150 193 8 0.22 0 0.96 0.24 73.95 0.92 0.39
Hex 96 C1 8 16 0 60 18 4A 5C 27
Octal 226 301 10 26 0 140 30 112 134 47
Binary 10010110 11000001 1000 10110 0 1100000 11000 1001010 1011100 100111

Color Harmonies of #96C108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C108

Black with #96C108

Text Example


Text Example

White with #96C108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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