Html Css Color HEX #9CB117 Citrus

📋 copy color: '#9CB117'

red 156 ◦ green 177 ◦ blue 23

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

Shades of Citrus #9CB117

Tints of Citrus #9CB117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.72%

 BLUE value IS 23 (9.38% from 255) = 6.46%

R = 43.82%
G = 49.72%
B = 6.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#9CB117 (or 0x9CB117) is known color: Citrus. HEX triplet: 9C, B1 and 17. RGB value is (156,177,23). Sum of RGB (Red+Green+Blue) = 156+177+23=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB117 is #634EE8. Grayscale: #999999. Windows color (decimal): -6508265 or 1552796. OLE color: 1552796.

HSL color Cylindrical-coordinate representation of color #9CB117: hue angle of 68.18º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9CB117 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 177 23 -
CMYK 0.12 0 0.87 0.31
HSL 68.18º 0.77% 0.39% -
HSV(B) 68.18º 0.87% 0.69% -
XYZ 29.59 38.57 6.7 -
YUV 153.17 54.54 130.02 -
System Red Green Blue C M Y K H S L
Decimal 156 177 23 0.12 0 0.87 0.31 68.18 0.77 0.39
Hex 9C B1 17 C 0 57 1F 44 4D 27
Octal 234 261 27 14 0 127 37 104 115 47
Binary 10011100 10110001 10111 1100 0 1010111 11111 1000100 1001101 100111

Color Harmonies of #9CB117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB117

Black with #9CB117

Text Example


Text Example

White with #9CB117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,177,23); }

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

background-color css

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

 a { background-color: rgb(156,177,23); }

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

border-color css

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

 span { border-color: rgb(156,177,23); }

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