Html Css Color HEX #AFC115 Bahia

📋 copy color: '#AFC115'

red 175 ◦ green 193 ◦ blue 21

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

Shades of Bahia #AFC115

Tints of Bahia #AFC115

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.61%

 BLUE value IS 21 (8.59% from 255) = 5.4%

R = 44.99%
G = 49.61%
B = 5.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#AFC115 (or 0xAFC115) is known color: Bahia. HEX triplet: AF, C1 and 15. RGB value is (175,193,21). Sum of RGB (Red+Green+Blue) = 175+193+21=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC115 is #503EEA. Grayscale: #A8A8A8. Windows color (decimal): -5258987 or 1425839. OLE color: 1425839.

HSL color Cylindrical-coordinate representation of color #AFC115: hue angle of 66.28º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFC115 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 21 -
CMYK 0.09 0 0.89 0.24
HSL 66.28º 0.8% 0.42% -
HSV(B) 66.28º 0.89% 0.76% -
XYZ 36.88 47.31 7.9 -
YUV 168.01 45.04 132.99 -
System Red Green Blue C M Y K H S L
Decimal 175 193 21 0.09 0 0.89 0.24 66.28 0.8 0.42
Hex AF C1 15 9 0 59 18 42 50 2A
Octal 257 301 25 11 0 131 30 102 120 52
Binary 10101111 11000001 10101 1001 0 1011001 11000 1000010 1010000 101010

Color Harmonies of #AFC115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC115

Black with #AFC115

Text Example


Text Example

White with #AFC115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC115; }

 p { color: rgb(175,193,21); }

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

background-color css

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

 a { background-color: rgb(175,193,21); }

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

border-color css

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

 span { border-color: rgb(175,193,21); }

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