Html Css Color HEX #96B911 Citrus

📋 copy color: '#96B911'

red 150 ◦ green 185 ◦ blue 17

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

Shades of Citrus #96B911

Tints of Citrus #96B911

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.56%

 BLUE value IS 17 (7.03% from 255) = 4.83%

R = 42.61%
G = 52.56%
B = 4.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#96B911 (or 0x96B911) is known color: Citrus. HEX triplet: 96, B9 and 11. RGB value is (150,185,17). Sum of RGB (Red+Green+Blue) = 150+185+17=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #96B911 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B911 is #6946EE. Grayscale: #9C9C9C. Windows color (decimal): -6899439 or 1161622. OLE color: 1161622.

HSL color Cylindrical-coordinate representation of color #96B911: hue angle of 72.5º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96B911 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 185 17 -
CMYK 0.19 0 0.91 0.27
HSL 72.5º 0.83% 0.4% -
HSV(B) 72.5º 0.91% 0.73% -
XYZ 30.03 41.22 6.9 -
YUV 155.38 49.9 124.16 -
System Red Green Blue C M Y K H S L
Decimal 150 185 17 0.19 0 0.91 0.27 72.5 0.83 0.4
Hex 96 B9 11 13 0 5B 1B 48 53 28
Octal 226 271 21 23 0 133 33 110 123 50
Binary 10010110 10111001 10001 10011 0 1011011 11011 1001000 1010011 101000

Color Harmonies of #96B911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B911

Black with #96B911

Text Example


Text Example

White with #96B911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,185,17); }

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

background-color css

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

 a { background-color: rgb(150,185,17); }

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

border-color css

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

 span { border-color: rgb(150,185,17); }

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