Html Css Color HEX #488102 Bilbao

📋 copy color: '#488102'

red 72 ◦ green 129 ◦ blue 2

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

Shades of Bilbao #488102

Tints of Bilbao #488102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 63.55%

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

R = 35.47%
G = 63.55%
B = 0.99%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#488102 (or 0x488102) is known color: Bilbao. HEX triplet: 48, 81 and 02. RGB value is (72,129,2). Sum of RGB (Red+Green+Blue) = 72+129+2=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #488102 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488102 is #B77EFD. Grayscale: #616161. Windows color (decimal): -12025598 or 164168. OLE color: 164168.

HSL color Cylindrical-coordinate representation of color #488102: hue angle of 86.93º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #488102 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 129 2 -
CMYK 0.44 0 0.98 0.49
HSL 86.93º 0.97% 0.26% -
HSV(B) 86.93º 0.98% 0.51% -
XYZ 10.53 17.08 2.8 -
YUV 97.48 74.12 109.83 -
System Red Green Blue C M Y K H S L
Decimal 72 129 2 0.44 0 0.98 0.49 86.93 0.97 0.26
Hex 48 81 2 2C 0 62 31 57 61 1A
Octal 110 201 2 54 0 142 61 127 141 32
Binary 1001000 10000001 10 101100 0 1100010 110001 1010111 1100001 11010

Color Harmonies of #488102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488102

Black with #488102

Text Example


Text Example

White with #488102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488102; }

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

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

background-color css

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

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

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

border-color css

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

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

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