Html Css Color HEX #9CB916 Citrus

📋 copy color: '#9CB916'

red 156 ◦ green 185 ◦ blue 22

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

Shades of Citrus #9CB916

Tints of Citrus #9CB916

RGB

 RED value IS 156 (61.33% from 255) = 42.98%

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

 BLUE value IS 22 (8.98% from 255) = 6.06%

R = 42.98%
G = 50.96%
B = 6.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#9CB916 (or 0x9CB916) is known color: Citrus. HEX triplet: 9C, B9 and 16. RGB value is (156,185,22). Sum of RGB (Red+Green+Blue) = 156+185+22=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB916 is #6346E9. Grayscale: #9E9E9E. Windows color (decimal): -6506218 or 1489308. OLE color: 1489308.

HSL color Cylindrical-coordinate representation of color #9CB916: hue angle of 70.67º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9CB916 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 185 22 -
CMYK 0.16 0 0.88 0.27
HSL 70.67º 0.79% 0.41% -
HSV(B) 70.67º 0.88% 0.73% -
XYZ 31.2 41.82 7.19 -
YUV 157.75 51.39 126.75 -
System Red Green Blue C M Y K H S L
Decimal 156 185 22 0.16 0 0.88 0.27 70.67 0.79 0.41
Hex 9C B9 16 10 0 58 1B 47 4F 29
Octal 234 271 26 20 0 130 33 107 117 51
Binary 10011100 10111001 10110 10000 0 1011000 11011 1000111 1001111 101001

Color Harmonies of #9CB916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB916

Black with #9CB916

Text Example


Text Example

White with #9CB916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CB916; }

 p { color: rgb(156,185,22); }

 H1.HeaderClassName
 {
   color: #9CB916;
 }
 .AnyTagClassName
 {
   color: #9CB916;
 }
</style>

background-color css

<style>
 a { background-color: #9CB916; }

 a { background-color: rgb(156,185,22); }

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

border-color css

<style>
 span { border-color: #9CB916; }

 span { border-color: rgb(156,185,22); }

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