Html Css Color HEX #AFC223 Bahia

📋 copy color: '#AFC223'

red 175 ◦ green 194 ◦ blue 35

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

Shades of Bahia #AFC223

Tints of Bahia #AFC223

RGB

 RED value IS 175 (68.75% from 255) = 43.32%

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

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

R = 43.32%
G = 48.02%
B = 8.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#AFC223 (or 0xAFC223) is known color: Bahia. HEX triplet: AF, C2 and 23. RGB value is (175,194,35). Sum of RGB (Red+Green+Blue) = 175+194+35=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC223 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC223 is #503DDC. Grayscale: #AAAAAA. Windows color (decimal): -5258717 or 2343599. OLE color: 2343599.

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

Color convert

RGB 175 194 35 -
CMYK 0.10 0 0.82 0.24
HSL 67.17º 0.69% 0.45% -
HSV(B) 67.17º 0.82% 0.76% -
XYZ 37.27 47.82 8.86 -
YUV 170.19 51.71 131.43 -
System Red Green Blue C M Y K H S L
Decimal 175 194 35 0.10 0 0.82 0.24 67.17 0.69 0.45
Hex AF C2 23 A 0 52 18 43 45 2D
Octal 257 302 43 12 0 122 30 103 105 55
Binary 10101111 11000010 100011 1010 0 1010010 11000 1000011 1000101 101101

Color Harmonies of #AFC223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC223

Black with #AFC223

Text Example


Text Example

White with #AFC223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC223; }

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

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

background-color css

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

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

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

border-color css

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

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

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