Html Css Color HEX #A5C012 Bahia

📋 copy color: '#A5C012'

red 165 ◦ green 192 ◦ blue 18

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

Shades of Bahia #A5C012

Tints of Bahia #A5C012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.8%

R = 44%
G = 51.2%
B = 4.8%

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

#A5C012 (or 0xA5C012) is known color: Bahia. HEX triplet: A5, C0 and 12. RGB value is (165,192,18). Sum of RGB (Red+Green+Blue) = 165+192+18=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C012 is #5A3FED. Grayscale: #A4A4A4. Windows color (decimal): -5914606 or 1228965. OLE color: 1228965.

HSL color Cylindrical-coordinate representation of color #A5C012: hue angle of 69.31º degrees, saturation: 0.83, 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 #A5C012 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 18 -
CMYK 0.14 0 0.91 0.25
HSL 69.31º 0.83% 0.41% -
HSV(B) 69.31º 0.91% 0.75% -
XYZ 34.48 45.74 7.58 -
YUV 164.09 45.55 128.65 -
System Red Green Blue C M Y K H S L
Decimal 165 192 18 0.14 0 0.91 0.25 69.31 0.83 0.41
Hex A5 C0 12 E 0 5B 19 45 53 29
Octal 245 300 22 16 0 133 31 105 123 51
Binary 10100101 11000000 10010 1110 0 1011011 11001 1000101 1010011 101001

Color Harmonies of #A5C012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C012

Black with #A5C012

Text Example


Text Example

White with #A5C012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C012; }

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

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

background-color css

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

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

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

border-color css

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

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

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