#276902

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

Shades of Bilbao #276902

Tints of Bilbao #276902

Color information

#276902 (or 0x276902) is unknown color: approx Bilbao. HEX triplet: 27, 69 and 02. RGB value is (39,105,2). Sum of RGB (Red+Green+Blue) = 39+105+2=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 105 (41.41% from 255 or 71.92% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 105 - color contains mainly: green. Hex color #276902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276902 is #D896FD. Grayscale: #494949. Windows color (decimal): -14194430 or 157991. OLE color: 157991.

HSL color Cylindrical-coordinate representation of color #276902: hue angle of 98.45º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #276902 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB391052-
CMYK0.6300.980.59
HSL98.45º96.26%20.98%-
HSV(B)98.45º98.1%41.18%-
XYZ5.910.541.78-
YUV73.5287.63103.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.71%
GREEN value IS 105 (41.41% from 255) = 71.92%
BLUE value IS 2 (1.17% from 255) = 1.37%
R=26.71%
G=71.92%
B=1.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3910520.6300.980.5998.4596.2620.98
Hex276923F0623B626015
Octal4715127701427314214025
Binary100111110100110111111011000101110111100010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276902; }

 p { color: rgb(39,105,2); }

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

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

 a { background-color: rgb(39,105,2); }

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

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

 span { border-color: rgb(39,105,2); }

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