Html Css Color HEX #428802 Bilbao

📋 copy color: '#428802'

red 66 ◦ green 136 ◦ blue 2

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

Shades of Bilbao #428802

Tints of Bilbao #428802

RGB

 RED value IS 66 (26.17% from 255) = 32.35%

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

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

R = 32.35%
G = 66.67%
B = 0.98%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#428802 (or 0x428802) is known color: Bilbao. HEX triplet: 42, 88 and 02. RGB value is (66,136,2). Sum of RGB (Red+Green+Blue) = 66+136+2=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 136 (53.52% from 255 or 66.67% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 136 - color contains mainly: green. Hex color #428802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428802 is #BD77FD. Grayscale: #646464. Windows color (decimal): -12417022 or 165954. OLE color: 165954.

HSL color Cylindrical-coordinate representation of color #428802: hue angle of 91.34º 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 #428802 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 136 2 -
CMYK 0.51 0 0.99 0.47
HSL 91.34º 0.97% 0.27% -
HSV(B) 91.34º 0.99% 0.53% -
XYZ 11.06 18.77 3.1 -
YUV 99.79 72.81 103.9 -
System Red Green Blue C M Y K H S L
Decimal 66 136 2 0.51 0 0.99 0.47 91.34 0.97 0.27
Hex 42 88 2 33 0 63 2F 5B 61 1B
Octal 102 210 2 63 0 143 57 133 141 33
Binary 1000010 10001000 10 110011 0 1100011 101111 1011011 1100001 11011

Color Harmonies of #428802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428802

Black with #428802

Text Example


Text Example

White with #428802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428802; }

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

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

background-color css

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

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

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

border-color css

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

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

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