Html Css Color HEX #AFC11C Bahia

📋 copy color: '#AFC11C'

red 175 ◦ green 193 ◦ blue 28

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

Shades of Bahia #AFC11C

Tints of Bahia #AFC11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.07%

R = 44.19%
G = 48.74%
B = 7.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#AFC11C (or 0xAFC11C) is known color: Bahia. HEX triplet: AF, C1 and 1C. RGB value is (175,193,28). Sum of RGB (Red+Green+Blue) = 175+193+28=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC11C is #503EE3. Grayscale: #A9A9A9. Windows color (decimal): -5258980 or 1884591. OLE color: 1884591.

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

Color convert

RGB 175 193 28 -
CMYK 0.09 0 0.85 0.24
HSL 66.55º 0.75% 0.43% -
HSV(B) 66.55º 0.85% 0.76% -
XYZ 36.96 47.34 8.29 -
YUV 168.81 48.54 132.42 -
System Red Green Blue C M Y K H S L
Decimal 175 193 28 0.09 0 0.85 0.24 66.55 0.75 0.43
Hex AF C1 1C 9 0 55 18 43 4B 2B
Octal 257 301 34 11 0 125 30 103 113 53
Binary 10101111 11000001 11100 1001 0 1010101 11000 1000011 1001011 101011

Color Harmonies of #AFC11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC11C

Black with #AFC11C

Text Example


Text Example

White with #AFC11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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