Html Css Color HEX #A4C022 Bahia

📋 copy color: '#A4C022'

red 164 ◦ green 192 ◦ blue 34

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

Shades of Bahia #A4C022

Tints of Bahia #A4C022

RGB

 RED value IS 164 (64.45% from 255) = 42.05%

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

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

R = 42.05%
G = 49.23%
B = 8.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#A4C022 (or 0xA4C022) is known color: Bahia. HEX triplet: A4, C0 and 22. RGB value is (164,192,34). Sum of RGB (Red+Green+Blue) = 164+192+34=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C022 is #5B3FDD. Grayscale: #A6A6A6. Windows color (decimal): -5980126 or 2277540. OLE color: 2277540.

HSL color Cylindrical-coordinate representation of color #A4C022: hue angle of 70.63º 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 #A4C022 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 192 34 -
CMYK 0.15 0 0.82 0.25
HSL 70.63º 0.7% 0.44% -
HSV(B) 70.63º 0.82% 0.75% -
XYZ 34.45 45.71 8.52 -
YUV 165.62 53.72 126.85 -
System Red Green Blue C M Y K H S L
Decimal 164 192 34 0.15 0 0.82 0.25 70.63 0.7 0.44
Hex A4 C0 22 F 0 52 19 47 46 2C
Octal 244 300 42 17 0 122 31 107 106 54
Binary 10100100 11000000 100010 1111 0 1010010 11001 1000111 1000110 101100

Color Harmonies of #A4C022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C022

Black with #A4C022

Text Example


Text Example

White with #A4C022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C022; }

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

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

background-color css

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

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

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

border-color css

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

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

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