Html Css Color HEX #A5C011 Bahia

📋 copy color: '#A5C011'

red 165 ◦ green 192 ◦ blue 17

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

Shades of Bahia #A5C011

Tints of Bahia #A5C011

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.34%

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

R = 44.12%
G = 51.34%
B = 4.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#A5C011 (or 0xA5C011) is known color: Bahia. HEX triplet: A5, C0 and 11. RGB value is (165,192,17). Sum of RGB (Red+Green+Blue) = 165+192+17=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C011 is #5A3FEE. Grayscale: #A4A4A4. Windows color (decimal): -5914607 or 1163429. OLE color: 1163429.

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

Color convert

RGB 165 192 17 -
CMYK 0.14 0 0.91 0.25
HSL 69.26º 0.84% 0.41% -
HSV(B) 69.26º 0.91% 0.75% -
XYZ 34.47 45.74 7.54 -
YUV 163.98 45.05 128.73 -
System Red Green Blue C M Y K H S L
Decimal 165 192 17 0.14 0 0.91 0.25 69.26 0.84 0.41
Hex A5 C0 11 E 0 5B 19 45 54 29
Octal 245 300 21 16 0 133 31 105 124 51
Binary 10100101 11000000 10001 1110 0 1011011 11001 1000101 1010100 101001

Color Harmonies of #A5C011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C011

Black with #A5C011

Text Example


Text Example

White with #A5C011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C011; }

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

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

background-color css

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

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

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

border-color css

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

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

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