Html Css Color HEX #A5C122 Bahia

📋 copy color: '#A5C122'

red 165 ◦ green 193 ◦ blue 34

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

Shades of Bahia #A5C122

Tints of Bahia #A5C122

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.23%

 BLUE value IS 34 (13.67% from 255) = 8.67%

R = 42.09%
G = 49.23%
B = 8.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#A5C122 (or 0xA5C122) is known color: Bahia. HEX triplet: A5, C1 and 22. RGB value is (165,193,34). Sum of RGB (Red+Green+Blue) = 165+193+34=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C122 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C122 is #5A3EDD. Grayscale: #A7A7A7. Windows color (decimal): -5914334 or 2277797. OLE color: 2277797.

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

Color convert

RGB 165 193 34 -
CMYK 0.15 0 0.82 0.24
HSL 70.57º 0.7% 0.45% -
HSV(B) 70.57º 0.82% 0.76% -
XYZ 34.88 46.25 8.6 -
YUV 166.5 53.22 126.93 -
System Red Green Blue C M Y K H S L
Decimal 165 193 34 0.15 0 0.82 0.24 70.57 0.7 0.45
Hex A5 C1 22 F 0 52 18 47 46 2D
Octal 245 301 42 17 0 122 30 107 106 55
Binary 10100101 11000001 100010 1111 0 1010010 11000 1000111 1000110 101101

Color Harmonies of #A5C122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C122

Black with #A5C122

Text Example


Text Example

White with #A5C122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C122; }

 p { color: rgb(165,193,34); }

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

background-color css

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

 a { background-color: rgb(165,193,34); }

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

border-color css

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

 span { border-color: rgb(165,193,34); }

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