Html Css Color HEX #A5C111 Bahia

📋 copy color: '#A5C111'

red 165 ◦ green 193 ◦ blue 17

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

Shades of Bahia #A5C111

Tints of Bahia #A5C111

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.47%

 BLUE value IS 17 (7.03% from 255) = 4.53%

R = 44%
G = 51.47%
B = 4.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#A5C111 (or 0xA5C111) is known color: Bahia. HEX triplet: A5, C1 and 11. RGB value is (165,193,17). Sum of RGB (Red+Green+Blue) = 165+193+17=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C111 is #5A3EEE. Grayscale: #A5A5A5. Windows color (decimal): -5914351 or 1163685. OLE color: 1163685.

HSL color Cylindrical-coordinate representation of color #A5C111: hue angle of 69.55º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5C111 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 193 17 -
CMYK 0.15 0 0.91 0.24
HSL 69.55º 0.84% 0.41% -
HSV(B) 69.55º 0.91% 0.76% -
XYZ 34.69 46.18 7.62 -
YUV 164.56 44.72 128.31 -
System Red Green Blue C M Y K H S L
Decimal 165 193 17 0.15 0 0.91 0.24 69.55 0.84 0.41
Hex A5 C1 11 F 0 5B 18 46 54 29
Octal 245 301 21 17 0 133 30 106 124 51
Binary 10100101 11000001 10001 1111 0 1011011 11000 1000110 1010100 101001

Color Harmonies of #A5C111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C111

Black with #A5C111

Text Example


Text Example

White with #A5C111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C111; }

 p { color: rgb(165,193,17); }

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

background-color css

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

 a { background-color: rgb(165,193,17); }

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

border-color css

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

 span { border-color: rgb(165,193,17); }

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