Html Css Color HEX #9CB110 Citrus

📋 copy color: '#9CB110'

red 156 ◦ green 177 ◦ blue 16

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

Shades of Citrus #9CB110

Tints of Citrus #9CB110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.58%

R = 44.7%
G = 50.72%
B = 4.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#9CB110 (or 0x9CB110) is known color: Citrus. HEX triplet: 9C, B1 and 10. RGB value is (156,177,16). Sum of RGB (Red+Green+Blue) = 156+177+16=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB110 is #634EEF. Grayscale: #989898. Windows color (decimal): -6508272 or 1094044. OLE color: 1094044.

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

Color convert

RGB 156 177 16 -
CMYK 0.12 0 0.91 0.31
HSL 67.83º 0.83% 0.38% -
HSV(B) 67.83º 0.91% 0.69% -
XYZ 29.53 38.55 6.37 -
YUV 152.37 51.04 130.59 -
System Red Green Blue C M Y K H S L
Decimal 156 177 16 0.12 0 0.91 0.31 67.83 0.83 0.38
Hex 9C B1 10 C 0 5B 1F 44 53 26
Octal 234 261 20 14 0 133 37 104 123 46
Binary 10011100 10110001 10000 1100 0 1011011 11111 1000100 1010011 100110

Color Harmonies of #9CB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB110

Black with #9CB110

Text Example


Text Example

White with #9CB110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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