Html Css Color HEX #A5CA20 Bahia

📋 copy color: '#A5CA20'

red 165 ◦ green 202 ◦ blue 32

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

Shades of Bahia #A5CA20

Tints of Bahia #A5CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.63%

 BLUE value IS 32 (12.89% from 255) = 8.02%

R = 41.35%
G = 50.63%
B = 8.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#A5CA20 (or 0xA5CA20) is known color: Bahia. HEX triplet: A5, CA and 20. RGB value is (165,202,32). Sum of RGB (Red+Green+Blue) = 165+202+32=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CA20 is #5A35DF. Grayscale: #ACACAC. Windows color (decimal): -5912032 or 2149029. OLE color: 2149029.

HSL color Cylindrical-coordinate representation of color #A5CA20: hue angle of 73.06º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5CA20 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 202 32 -
CMYK 0.18 0 0.84 0.21
HSL 73.06º 0.73% 0.46% -
HSV(B) 73.06º 0.84% 0.79% -
XYZ 36.9 50.34 9.14 -
YUV 171.56 49.24 123.32 -
System Red Green Blue C M Y K H S L
Decimal 165 202 32 0.18 0 0.84 0.21 73.06 0.73 0.46
Hex A5 CA 20 12 0 54 15 49 49 2E
Octal 245 312 40 22 0 124 25 111 111 56
Binary 10100101 11001010 100000 10010 0 1010100 10101 1001001 1001001 101110

Color Harmonies of #A5CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA20

Black with #A5CA20

Text Example


Text Example

White with #A5CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA20; }

 p { color: rgb(165,202,32); }

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

background-color css

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

 a { background-color: rgb(165,202,32); }

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

border-color css

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

 span { border-color: rgb(165,202,32); }

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