Html Css Color HEX #96C60D Citrus

📋 copy color: '#96C60D'

red 150 ◦ green 198 ◦ blue 13

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

Shades of Citrus #96C60D

Tints of Citrus #96C60D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.85%

 BLUE value IS 13 (5.47% from 255) = 3.6%

R = 41.55%
G = 54.85%
B = 3.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#96C60D (or 0x96C60D) is known color: Citrus. HEX triplet: 96, C6 and 0D. RGB value is (150,198,13). Sum of RGB (Red+Green+Blue) = 150+198+13=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #96C60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C60D is #6939F2. Grayscale: #A3A3A3. Windows color (decimal): -6896115 or 902806. OLE color: 902806.

HSL color Cylindrical-coordinate representation of color #96C60D: hue angle of 75.57º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96C60D is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 198 13 -
CMYK 0.24 0 0.93 0.22
HSL 75.57º 0.88% 0.41% -
HSV(B) 75.57º 0.93% 0.78% -
XYZ 32.84 46.9 7.7 -
YUV 162.56 43.6 119.04 -
System Red Green Blue C M Y K H S L
Decimal 150 198 13 0.24 0 0.93 0.22 75.57 0.88 0.41
Hex 96 C6 D 18 0 5D 16 4C 58 29
Octal 226 306 15 30 0 135 26 114 130 51
Binary 10010110 11000110 1101 11000 0 1011101 10110 1001100 1011000 101001

Color Harmonies of #96C60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C60D

Black with #96C60D

Text Example


Text Example

White with #96C60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,198,13); }

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

background-color css

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

 a { background-color: rgb(150,198,13); }

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

border-color css

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

 span { border-color: rgb(150,198,13); }

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