Html Css Color HEX #AFC316 Bahia

📋 copy color: '#AFC316'

red 175 ◦ green 195 ◦ blue 22

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

Shades of Bahia #AFC316

Tints of Bahia #AFC316

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.74%

 BLUE value IS 22 (8.98% from 255) = 5.61%

R = 44.64%
G = 49.74%
B = 5.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#AFC316 (or 0xAFC316) is known color: Bahia. HEX triplet: AF, C3 and 16. RGB value is (175,195,22). Sum of RGB (Red+Green+Blue) = 175+195+22=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC316 is #503CE9. Grayscale: #A9A9A9. Windows color (decimal): -5258474 or 1491887. OLE color: 1491887.

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

Color convert

RGB 175 195 22 -
CMYK 0.10 0 0.89 0.24
HSL 66.94º 0.8% 0.43% -
HSV(B) 66.94º 0.89% 0.76% -
XYZ 37.34 48.2 8.1 -
YUV 169.3 44.87 132.07 -
System Red Green Blue C M Y K H S L
Decimal 175 195 22 0.10 0 0.89 0.24 66.94 0.8 0.43
Hex AF C3 16 A 0 59 18 43 50 2B
Octal 257 303 26 12 0 131 30 103 120 53
Binary 10101111 11000011 10110 1010 0 1011001 11000 1000011 1010000 101011

Color Harmonies of #AFC316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC316

Black with #AFC316

Text Example


Text Example

White with #AFC316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC316; }

 p { color: rgb(175,195,22); }

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

background-color css

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

 a { background-color: rgb(175,195,22); }

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

border-color css

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

 span { border-color: rgb(175,195,22); }

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