Html Css Color HEX #A4C423 Bahia

📋 copy color: '#A4C423'

red 164 ◦ green 196 ◦ blue 35

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

Shades of Bahia #A4C423

Tints of Bahia #A4C423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.86%

R = 41.52%
G = 49.62%
B = 8.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#A4C423 (or 0xA4C423) is known color: Bahia. HEX triplet: A4, C4 and 23. RGB value is (164,196,35). Sum of RGB (Red+Green+Blue) = 164+196+35=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C423 is #5B3BDC. Grayscale: #A8A8A8. Windows color (decimal): -5979101 or 2344100. OLE color: 2344100.

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

Color convert

RGB 164 196 35 -
CMYK 0.16 0 0.82 0.23
HSL 71.93º 0.7% 0.45% -
HSV(B) 71.93º 0.82% 0.77% -
XYZ 35.35 47.49 8.89 -
YUV 168.08 52.9 125.09 -
System Red Green Blue C M Y K H S L
Decimal 164 196 35 0.16 0 0.82 0.23 71.93 0.7 0.45
Hex A4 C4 23 10 0 52 17 48 46 2D
Octal 244 304 43 20 0 122 27 110 106 55
Binary 10100100 11000100 100011 10000 0 1010010 10111 1001000 1000110 101101

Color Harmonies of #A4C423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C423

Black with #A4C423

Text Example


Text Example

White with #A4C423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C423; }

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

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

background-color css

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

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

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

border-color css

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

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

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