Html Css Color HEX #A4C223 Bahia

📋 copy color: '#A4C223'

red 164 ◦ green 194 ◦ blue 35

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

Shades of Bahia #A4C223

Tints of Bahia #A4C223

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.36%

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

R = 41.73%
G = 49.36%
B = 8.91%

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

#A4C223 (or 0xA4C223) is known color: Bahia. HEX triplet: A4, C2 and 23. RGB value is (164,194,35). Sum of RGB (Red+Green+Blue) = 164+194+35=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C223 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C223 is #5B3DDC. Grayscale: #A7A7A7. Windows color (decimal): -5979613 or 2343588. OLE color: 2343588.

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

Color convert

RGB 164 194 35 -
CMYK 0.15 0 0.82 0.24
HSL 71.32º 0.69% 0.45% -
HSV(B) 71.32º 0.82% 0.76% -
XYZ 34.91 46.6 8.74 -
YUV 166.9 53.56 125.93 -
System Red Green Blue C M Y K H S L
Decimal 164 194 35 0.15 0 0.82 0.24 71.32 0.69 0.45
Hex A4 C2 23 F 0 52 18 47 45 2D
Octal 244 302 43 17 0 122 30 107 105 55
Binary 10100100 11000010 100011 1111 0 1010010 11000 1000111 1000101 101101

Color Harmonies of #A4C223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C223

Black with #A4C223

Text Example


Text Example

White with #A4C223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C223; }

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

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

background-color css

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

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

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

border-color css

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

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

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