#9CAE1B

Color #9CAE1B Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9CAE1B

Tints of Citrus #9CAE1B

Color information

#9CAE1B (or 0x9CAE1B) is unknown color: approx Citrus. HEX triplet: 9C, AE and 1B. RGB value is (156,174,27). Sum of RGB (Red+Green+Blue) = 156+174+27=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAE1B is #6351E4. Grayscale: #989898. Windows color (decimal): -6509029 or 1814172. OLE color: 1814172.

HSL color Cylindrical-coordinate representation of color #9CAE1B: hue angle of 67.35º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9CAE1B is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB15617427-
CMYK0.1000.840.32
HSL67.35º73.13%39.41%-
HSV(B)67.35º84.48%68.24%-
XYZ29.0437.426.73-
YUV151.8657.54130.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.70%
GREEN value IS 174 (68.36% from 255) = 48.74%
BLUE value IS 27 (10.94% from 255) = 7.56%
R=43.70%
G=48.74%
B=7.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156174270.1000.840.3267.3573.1339.41
Hex9CAE1BA05420434927
Octal234256331201244010311147
Binary10011100101011101101110100101010010000010000111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,174,27); }

 H1.HeaderClassName
 {
   color: #9CAE1B;
 }
 .AnyTagClassName
 {
   color: #9CAE1B;
 }
</style>
background-color css

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

 a { background-color: rgb(156,174,27); }

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

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

 span { border-color: rgb(156,174,27); }

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