Html Css Color HEX #488802 Bilbao

📋 copy color: '#488802'

red 72 ◦ green 136 ◦ blue 2

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

Shades of Bilbao #488802

Tints of Bilbao #488802

RGB

 RED value IS 72 (28.52% from 255) = 34.29%

 GREEN value IS 136 (53.52% from 255) = 64.76%

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 34.29%
G = 64.76%
B = 0.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#488802 (or 0x488802) is known color: Bilbao. HEX triplet: 48, 88 and 02. RGB value is (72,136,2). Sum of RGB (Red+Green+Blue) = 72+136+2=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 136 (53.52% from 255 or 64.76% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 136 - color contains mainly: green. Hex color #488802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488802 is #B777FD. Grayscale: #666666. Windows color (decimal): -12023806 or 165960. OLE color: 165960.

HSL color Cylindrical-coordinate representation of color #488802: hue angle of 88.66º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #488802 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 2 -
CMYK 0.47 0 0.99 0.47
HSL 88.66º 0.97% 0.27% -
HSV(B) 88.66º 0.99% 0.53% -
XYZ 11.49 18.99 3.12 -
YUV 101.59 71.8 106.9 -
System Red Green Blue C M Y K H S L
Decimal 72 136 2 0.47 0 0.99 0.47 88.66 0.97 0.27
Hex 48 88 2 2F 0 63 2F 59 61 1B
Octal 110 210 2 57 0 143 57 131 141 33
Binary 1001000 10001000 10 101111 0 1100011 101111 1011001 1100001 11011

Color Harmonies of #488802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488802

Black with #488802

Text Example


Text Example

White with #488802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488802; }

 p { color: rgb(72,136,2); }

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

background-color css

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

 a { background-color: rgb(72,136,2); }

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

border-color css

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

 span { border-color: rgb(72,136,2); }

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