Html Css Color HEX #A5B118 Bahia

📋 copy color: '#A5B118'

red 165 ◦ green 177 ◦ blue 24

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

Shades of Bahia #A5B118

Tints of Bahia #A5B118

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.36%

 BLUE value IS 24 (9.77% from 255) = 6.56%

R = 45.08%
G = 48.36%
B = 6.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#A5B118 (or 0xA5B118) is known color: Bahia. HEX triplet: A5, B1 and 18. RGB value is (165,177,24). Sum of RGB (Red+Green+Blue) = 165+177+24=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5B118 is #5A4EE7. Grayscale: #9C9C9C. Windows color (decimal): -5918440 or 1618341. OLE color: 1618341.

HSL color Cylindrical-coordinate representation of color #A5B118: hue angle of 64.71º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5B118 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 177 24 -
CMYK 0.07 0 0.86 0.31
HSL 64.71º 0.76% 0.39% -
HSV(B) 64.71º 0.86% 0.69% -
XYZ 31.4 39.51 6.84 -
YUV 155.97 53.52 134.44 -
System Red Green Blue C M Y K H S L
Decimal 165 177 24 0.07 0 0.86 0.31 64.71 0.76 0.39
Hex A5 B1 18 7 0 56 1F 41 4C 27
Octal 245 261 30 7 0 126 37 101 114 47
Binary 10100101 10110001 11000 111 0 1010110 11111 1000001 1001100 100111

Color Harmonies of #A5B118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B118

Black with #A5B118

Text Example


Text Example

White with #A5B118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B118; }

 p { color: rgb(165,177,24); }

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

background-color css

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

 a { background-color: rgb(165,177,24); }

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

border-color css

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

 span { border-color: rgb(165,177,24); }

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