#9BAE1B

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

Shades of Citrus #9BAE1B

Tints of Citrus #9BAE1B

Color information

#9BAE1B (or 0x9BAE1B) is unknown color: approx Citrus. HEX triplet: 9B, AE and 1B. RGB value is (155,174,27). Sum of RGB (Red+Green+Blue) = 155+174+27=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAE1B is #6451E4. Grayscale: #989898. Windows color (decimal): -6574565 or 1814171. OLE color: 1814171.

HSL color Cylindrical-coordinate representation of color #9BAE1B: hue angle of 67.76º 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 #9BAE1B is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB15517427-
CMYK0.1100.840.32
HSL67.76º73.13%39.41%-
HSV(B)67.76º84.48%68.24%-
XYZ28.8537.326.72-
YUV151.5657.71130.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 174 (68.36% from 255) = 48.88%
BLUE value IS 27 (10.94% from 255) = 7.58%
R=43.54%
G=48.88%
B=7.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155174270.1100.840.3267.7673.1339.41
Hex9BAE1BB05420444927
Octal233256331301244010411147
Binary10011011101011101101110110101010010000010001001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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