Html Css Color HEX #A5C42C Bahia

📋 copy color: '#A5C42C'

red 165 ◦ green 196 ◦ blue 44

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

Shades of Bahia #A5C42C

Tints of Bahia #A5C42C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.4%

 BLUE value IS 44 (17.58% from 255) = 10.86%

R = 40.74%
G = 48.4%
B = 10.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#A5C42C (or 0xA5C42C) is known color: Bahia. HEX triplet: A5, C4 and 2C. RGB value is (165,196,44). Sum of RGB (Red+Green+Blue) = 165+196+44=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C42C is #5A3BD3. Grayscale: #A9A9A9. Windows color (decimal): -5913556 or 2933925. OLE color: 2933925.

HSL color Cylindrical-coordinate representation of color #A5C42C: hue angle of 72.24º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5C42C is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 196 44 -
CMYK 0.16 0 0.78 0.23
HSL 72.24º 0.63% 0.47% -
HSV(B) 72.24º 0.78% 0.77% -
XYZ 35.71 47.66 9.7 -
YUV 169.4 57.23 124.86 -
System Red Green Blue C M Y K H S L
Decimal 165 196 44 0.16 0 0.78 0.23 72.24 0.63 0.47
Hex A5 C4 2C 10 0 4E 17 48 3F 2F
Octal 245 304 54 20 0 116 27 110 77 57
Binary 10100101 11000100 101100 10000 0 1001110 10111 1001000 111111 101111

Color Harmonies of #A5C42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C42C

Black with #A5C42C

Text Example


Text Example

White with #A5C42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C42C; }

 p { color: rgb(165,196,44); }

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

background-color css

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

 a { background-color: rgb(165,196,44); }

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

border-color css

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

 span { border-color: rgb(165,196,44); }

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