#276A12

Color #276A12 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #276A12

Tints of Bilbao #276A12

Color information

#276A12 (or 0x276A12) is unknown color: approx Bilbao. HEX triplet: 27, 6A and 12. RGB value is (39,106,18). Sum of RGB (Red+Green+Blue) = 39+106+18=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 106 (41.80% from 255 or 65.03% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 106 - color contains mainly: green. Hex color #276A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276A12 is #D895ED. Grayscale: #4C4C4C. Windows color (decimal): -14194158 or 1206823. OLE color: 1206823.

HSL color Cylindrical-coordinate representation of color #276A12: hue angle of 105.68º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #276A12 is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB3910618-
CMYK0.6300.830.58
HSL105.68º70.97%24.31%-
HSV(B)105.68º83.02%41.57%-
XYZ6.110.782.33-
YUV75.9495.3101.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.93%
GREEN value IS 106 (41.80% from 255) = 65.03%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=23.93%
G=65.03%
B=11.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39106180.6300.830.58105.6870.9724.31
Hex276A123F0533A6a4718
Octal47152227701237215210730
Binary100111110101010010111111010100111110101101010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276A12; }

 p { color: rgb(39,106,18); }

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

<style>
 a { background-color: #276A12; }

 a { background-color: rgb(39,106,18); }

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

<style>
 span { border-color: #276A12; }

 span { border-color: rgb(39,106,18); }

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