Html Css Color HEX #25690A Bilbao

📋 copy color: '#25690A'

red 37 ◦ green 105 ◦ blue 10

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

Shades of Bilbao #25690A

Tints of Bilbao #25690A

RGB

 RED value IS 37 (14.84% from 255) = 24.34%

 GREEN value IS 105 (41.41% from 255) = 69.08%

 BLUE value IS 10 (4.3% from 255) = 6.58%

R = 24.34%
G = 69.08%
B = 6.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#25690A (or 0x25690A) is known color: Bilbao. HEX triplet: 25, 69 and 0A. RGB value is (37,105,10). Sum of RGB (Red+Green+Blue) = 37+105+10=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #25690A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25690A is #DA96F5. Grayscale: #4A4A4A. Windows color (decimal): -14325494 or 682277. OLE color: 682277.

HSL color Cylindrical-coordinate representation of color #25690A: hue angle of 102.95º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25690A is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 105 10 -
CMYK 0.65 0 0.90 0.59
HSL 102.95º 0.83% 0.23% -
HSV(B) 102.95º 0.9% 0.41% -
XYZ 5.87 10.52 2.01 -
YUV 73.84 91.97 101.72 -
System Red Green Blue C M Y K H S L
Decimal 37 105 10 0.65 0 0.90 0.59 102.95 0.83 0.23
Hex 25 69 A 41 0 5A 3B 67 53 17
Octal 45 151 12 101 0 132 73 147 123 27
Binary 100101 1101001 1010 1000001 0 1011010 111011 1100111 1010011 10111

Color Harmonies of #25690A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25690A

Black with #25690A

Text Example


Text Example

White with #25690A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25690A; }

 p { color: rgb(37,105,10); }

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

background-color css

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

 a { background-color: rgb(37,105,10); }

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

border-color css

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

 span { border-color: rgb(37,105,10); }

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