Html Css Color HEX #A5B026 Bahia

📋 copy color: '#A5B026'

red 165 ◦ green 176 ◦ blue 38

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

Shades of Bahia #A5B026

Tints of Bahia #A5B026

RGB

 RED value IS 165 (64.84% from 255) = 43.54%

 GREEN value IS 176 (69.14% from 255) = 46.44%

 BLUE value IS 38 (15.23% from 255) = 10.03%

R = 43.54%
G = 46.44%
B = 10.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#A5B026 (or 0xA5B026) is known color: Bahia. HEX triplet: A5, B0 and 26. RGB value is (165,176,38). Sum of RGB (Red+Green+Blue) = 165+176+38=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B026 is #5A4FD9. Grayscale: #9D9D9D. Windows color (decimal): -5918682 or 2535589. OLE color: 2535589.

HSL color Cylindrical-coordinate representation of color #A5B026: hue angle of 64.78º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5B026 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 176 38 -
CMYK 0.06 0 0.78 0.31
HSL 64.78º 0.64% 0.42% -
HSV(B) 64.78º 0.78% 0.69% -
XYZ 31.39 39.19 7.74 -
YUV 156.98 60.86 133.72 -
System Red Green Blue C M Y K H S L
Decimal 165 176 38 0.06 0 0.78 0.31 64.78 0.64 0.42
Hex A5 B0 26 6 0 4E 1F 41 40 2A
Octal 245 260 46 6 0 116 37 101 100 52
Binary 10100101 10110000 100110 110 0 1001110 11111 1000001 1000000 101010

Color Harmonies of #A5B026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B026

Black with #A5B026

Text Example


Text Example

White with #A5B026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B026; }

 p { color: rgb(165,176,38); }

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

background-color css

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

 a { background-color: rgb(165,176,38); }

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

border-color css

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

 span { border-color: rgb(165,176,38); }

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