Html Css Color HEX #A5CA26 Bahia

📋 copy color: '#A5CA26'

red 165 ◦ green 202 ◦ blue 38

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

Shades of Bahia #A5CA26

Tints of Bahia #A5CA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.38%

R = 40.74%
G = 49.88%
B = 9.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#A5CA26 (or 0xA5CA26) is known color: Bahia. HEX triplet: A5, CA and 26. RGB value is (165,202,38). Sum of RGB (Red+Green+Blue) = 165+202+38=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CA26 is #5A35D9. Grayscale: #ACACAC. Windows color (decimal): -5912026 or 2542245. OLE color: 2542245.

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

Color convert

RGB 165 202 38 -
CMYK 0.18 0 0.81 0.21
HSL 73.54º 0.68% 0.47% -
HSV(B) 73.54º 0.81% 0.79% -
XYZ 36.99 50.38 9.61 -
YUV 172.24 52.24 122.84 -
System Red Green Blue C M Y K H S L
Decimal 165 202 38 0.18 0 0.81 0.21 73.54 0.68 0.47
Hex A5 CA 26 12 0 51 15 4A 44 2F
Octal 245 312 46 22 0 121 25 112 104 57
Binary 10100101 11001010 100110 10010 0 1010001 10101 1001010 1000100 101111

Color Harmonies of #A5CA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA26

Black with #A5CA26

Text Example


Text Example

White with #A5CA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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