Html Css Color HEX #A5C22C Bahia

📋 copy color: '#A5C22C'

red 165 ◦ green 194 ◦ blue 44

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

Shades of Bahia #A5C22C

Tints of Bahia #A5C22C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.14%

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

R = 40.94%
G = 48.14%
B = 10.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#A5C22C (or 0xA5C22C) is known color: Bahia. HEX triplet: A5, C2 and 2C. RGB value is (165,194,44). Sum of RGB (Red+Green+Blue) = 165+194+44=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C22C is #5A3DD3. Grayscale: #A8A8A8. Windows color (decimal): -5914068 or 2933413. OLE color: 2933413.

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

Color convert

RGB 165 194 44 -
CMYK 0.15 0 0.77 0.24
HSL 71.6º 0.63% 0.47% -
HSV(B) 71.6º 0.77% 0.76% -
XYZ 35.26 46.76 9.55 -
YUV 168.23 57.89 125.7 -
System Red Green Blue C M Y K H S L
Decimal 165 194 44 0.15 0 0.77 0.24 71.6 0.63 0.47
Hex A5 C2 2C F 0 4D 18 48 3F 2F
Octal 245 302 54 17 0 115 30 110 77 57
Binary 10100101 11000010 101100 1111 0 1001101 11000 1001000 111111 101111

Color Harmonies of #A5C22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C22C

Black with #A5C22C

Text Example


Text Example

White with #A5C22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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