Html Css Color HEX #AFC213 Bahia

📋 copy color: '#AFC213'

red 175 ◦ green 194 ◦ blue 19

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

Shades of Bahia #AFC213

Tints of Bahia #AFC213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.9%

R = 45.1%
G = 50%
B = 4.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#AFC213 (or 0xAFC213) is known color: Bahia. HEX triplet: AF, C2 and 13. RGB value is (175,194,19). Sum of RGB (Red+Green+Blue) = 175+194+19=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC213 is #503DEC. Grayscale: #A9A9A9. Windows color (decimal): -5258733 or 1295023. OLE color: 1295023.

HSL color Cylindrical-coordinate representation of color #AFC213: hue angle of 66.51º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFC213 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 19 -
CMYK 0.10 0 0.90 0.24
HSL 66.51º 0.82% 0.42% -
HSV(B) 66.51º 0.9% 0.76% -
XYZ 37.09 47.74 7.88 -
YUV 168.37 43.71 132.73 -
System Red Green Blue C M Y K H S L
Decimal 175 194 19 0.10 0 0.90 0.24 66.51 0.82 0.42
Hex AF C2 13 A 0 5A 18 43 52 2A
Octal 257 302 23 12 0 132 30 103 122 52
Binary 10101111 11000010 10011 1010 0 1011010 11000 1000011 1010010 101010

Color Harmonies of #AFC213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC213

Black with #AFC213

Text Example


Text Example

White with #AFC213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC213; }

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

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

background-color css

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

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

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

border-color css

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

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

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