Html Css Color HEX #A3C223 Bahia

📋 copy color: '#A3C223'

red 163 ◦ green 194 ◦ blue 35

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

Shades of Bahia #A3C223

Tints of Bahia #A3C223

RGB

 RED value IS 163 (64.06% from 255) = 41.58%

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

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

R = 41.58%
G = 49.49%
B = 8.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#A3C223 (or 0xA3C223) is known color: Bahia. HEX triplet: A3, C2 and 23. RGB value is (163,194,35). Sum of RGB (Red+Green+Blue) = 163+194+35=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C223 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C223 is #5C3DDC. Grayscale: #A7A7A7. Windows color (decimal): -6045149 or 2343587. OLE color: 2343587.

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

Color convert

RGB 163 194 35 -
CMYK 0.16 0 0.82 0.24
HSL 71.7º 0.69% 0.45% -
HSV(B) 71.7º 0.82% 0.76% -
XYZ 34.7 46.49 8.74 -
YUV 166.61 53.73 125.43 -
System Red Green Blue C M Y K H S L
Decimal 163 194 35 0.16 0 0.82 0.24 71.7 0.69 0.45
Hex A3 C2 23 10 0 52 18 48 45 2D
Octal 243 302 43 20 0 122 30 110 105 55
Binary 10100011 11000010 100011 10000 0 1010010 11000 1001000 1000101 101101

Color Harmonies of #A3C223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C223

Black with #A3C223

Text Example


Text Example

White with #A3C223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C223; }

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

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

background-color css

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

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

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

border-color css

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

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

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