Html Css Color HEX #96C10B Citrus

📋 copy color: '#96C10B'

red 150 ◦ green 193 ◦ blue 11

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

Shades of Citrus #96C10B

Tints of Citrus #96C10B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.11%

R = 42.37%
G = 54.52%
B = 3.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#96C10B (or 0x96C10B) is known color: Citrus. HEX triplet: 96, C1 and 0B. RGB value is (150,193,11). Sum of RGB (Red+Green+Blue) = 150+193+11=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #96C10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C10B is #693EF4. Grayscale: #A0A0A0. Windows color (decimal): -6897397 or 770454. OLE color: 770454.

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

Color convert

RGB 150 193 11 -
CMYK 0.22 0 0.94 0.24
HSL 74.18º 0.89% 0.4% -
HSV(B) 74.18º 0.94% 0.76% -
XYZ 31.71 44.65 7.26 -
YUV 159.4 44.25 121.3 -
System Red Green Blue C M Y K H S L
Decimal 150 193 11 0.22 0 0.94 0.24 74.18 0.89 0.4
Hex 96 C1 B 16 0 5E 18 4A 59 28
Octal 226 301 13 26 0 136 30 112 131 50
Binary 10010110 11000001 1011 10110 0 1011110 11000 1001010 1011001 101000

Color Harmonies of #96C10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C10B

Black with #96C10B

Text Example


Text Example

White with #96C10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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