Html Css Color HEX #A4C426 Bahia

📋 copy color: '#A4C426'

red 164 ◦ green 196 ◦ blue 38

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

Shades of Bahia #A4C426

Tints of Bahia #A4C426

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.25%

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

R = 41.21%
G = 49.25%
B = 9.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#A4C426 (or 0xA4C426) is known color: Bahia. HEX triplet: A4, C4 and 26. RGB value is (164,196,38). Sum of RGB (Red+Green+Blue) = 164+196+38=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C426 is #5B3BD9. Grayscale: #A9A9A9. Windows color (decimal): -5979098 or 2540708. OLE color: 2540708.

HSL color Cylindrical-coordinate representation of color #A4C426: hue angle of 72.15º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A4C426 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 164 196 38 -
CMYK 0.16 0 0.81 0.23
HSL 72.15º 0.68% 0.46% -
HSV(B) 72.15º 0.81% 0.77% -
XYZ 35.4 47.51 9.14 -
YUV 168.42 54.4 124.85 -
System Red Green Blue C M Y K H S L
Decimal 164 196 38 0.16 0 0.81 0.23 72.15 0.68 0.46
Hex A4 C4 26 10 0 51 17 48 44 2E
Octal 244 304 46 20 0 121 27 110 104 56
Binary 10100100 11000100 100110 10000 0 1010001 10111 1001000 1000100 101110

Color Harmonies of #A4C426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C426

Black with #A4C426

Text Example


Text Example

White with #A4C426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C426; }

 p { color: rgb(164,196,38); }

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

background-color css

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

 a { background-color: rgb(164,196,38); }

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

border-color css

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

 span { border-color: rgb(164,196,38); }

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