Html Css Color HEX #1BBC0C Islamic Green

📋 copy color: '#1BBC0C'

red 27 ◦ green 188 ◦ blue 12

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

Shades of Islamic Green #1BBC0C

Tints of Islamic Green #1BBC0C

RGB

 RED value IS 27 (10.94% from 255) = 11.89%

 GREEN value IS 188 (73.83% from 255) = 82.82%

 BLUE value IS 12 (5.08% from 255) = 5.29%

R = 11.89%
G = 82.82%
B = 5.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#1BBC0C (or 0x1BBC0C) is known color: Islamic Green. HEX triplet: 1B, BC and 0C. RGB value is (27,188,12). Sum of RGB (Red+Green+Blue) = 27+188+12=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 188 (73.83% from 255 or 82.82% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBC0C is #E443F3. Grayscale: #787878. Windows color (decimal): -14959604 or 834587. OLE color: 834587.

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

Color convert

RGB 27 188 12 -
CMYK 0.86 0 0.94 0.26
HSL 114.89º 0.88% 0.39% -
HSV(B) 114.89º 0.94% 0.74% -
XYZ 18.5 36.23 6.37 -
YUV 119.8 67.16 61.81 -
System Red Green Blue C M Y K H S L
Decimal 27 188 12 0.86 0 0.94 0.26 114.89 0.88 0.39
Hex 1B BC C 56 0 5E 1A 73 58 27
Octal 33 274 14 126 0 136 32 163 130 47
Binary 11011 10111100 1100 1010110 0 1011110 11010 1110011 1011000 100111

Color Harmonies of #1BBC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBC0C

Black with #1BBC0C

Text Example


Text Example

White with #1BBC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1BBC0C;
 }
 .AnyTagClassName
 {
   color: #1BBC0C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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