Html Css Color HEX #A5C022 Bahia

📋 copy color: '#A5C022'

red 165 ◦ green 192 ◦ blue 34

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

Shades of Bahia #A5C022

Tints of Bahia #A5C022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.1%

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

R = 42.2%
G = 49.1%
B = 8.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#A5C022 (or 0xA5C022) is known color: Bahia. HEX triplet: A5, C0 and 22. RGB value is (165,192,34). Sum of RGB (Red+Green+Blue) = 165+192+34=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C022 is #5A3FDD. Grayscale: #A6A6A6. Windows color (decimal): -5914590 or 2277541. OLE color: 2277541.

HSL color Cylindrical-coordinate representation of color #A5C022: hue angle of 70.25º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5C022 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 34 -
CMYK 0.14 0 0.82 0.25
HSL 70.25º 0.7% 0.44% -
HSV(B) 70.25º 0.82% 0.75% -
XYZ 34.66 45.81 8.53 -
YUV 165.92 53.55 127.35 -
System Red Green Blue C M Y K H S L
Decimal 165 192 34 0.14 0 0.82 0.25 70.25 0.7 0.44
Hex A5 C0 22 E 0 52 19 46 46 2C
Octal 245 300 42 16 0 122 31 106 106 54
Binary 10100101 11000000 100010 1110 0 1010010 11001 1000110 1000110 101100

Color Harmonies of #A5C022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C022

Black with #A5C022

Text Example


Text Example

White with #A5C022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C022; }

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

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

background-color css

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

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

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

border-color css

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

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

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