#1BB90C

Color #1BB90C Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #1BB90C

Tints of Islamic Green #1BB90C

Color information

#1BB90C (or 0x1BB90C) is unknown color: approx Islamic Green. HEX triplet: 1B, B9 and 0C. RGB value is (27,185,12). Sum of RGB (Red+Green+Blue) = 27+185+12=224 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.05% from 224); Green value is 185 (72.66% from 255 or 82.59% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 185 - color contains mainly: green. Hex color #1BB90C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BB90C is #E446F3. Grayscale: #767676. Windows color (decimal): -14960372 or 833819. OLE color: 833819.

HSL color Cylindrical-coordinate representation of color #1BB90C: hue angle of 114.8º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1BB90C is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB2718512-
CMYK0.8500.940.27
HSL114.8º87.82%38.63%-
HSV(B)114.8º93.51%72.55%-
XYZ17.8734.966.15-
YUV118.0468.1563.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.05%
GREEN value IS 185 (72.66% from 255) = 82.59%
BLUE value IS 12 (5.08% from 255) = 5.36%
R=12.05%
G=82.59%
B=5.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27185120.8500.940.27114.887.8238.63
Hex1BB9C5505E1B735827
Octal332711412501363316313047
Binary110111011100111001010101010111101101111100111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BB90C; }

 p { color: rgb(27,185,12); }

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

<style>
 a { background-color: #1BB90C; }

 a { background-color: rgb(27,185,12); }

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

<style>
 span { border-color: #1BB90C; }

 span { border-color: rgb(27,185,12); }

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