Html Css Color HEX #AFC721 Bahia

📋 copy color: '#AFC721'

red 175 ◦ green 199 ◦ blue 33

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

Shades of Bahia #AFC721

Tints of Bahia #AFC721

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.89%

 BLUE value IS 33 (13.28% from 255) = 8.11%

R = 43%
G = 48.89%
B = 8.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#AFC721 (or 0xAFC721) is known color: Bahia. HEX triplet: AF, C7 and 21. RGB value is (175,199,33). Sum of RGB (Red+Green+Blue) = 175+199+33=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC721 is #5038DE. Grayscale: #ADADAD. Windows color (decimal): -5257439 or 2213807. OLE color: 2213807.

HSL color Cylindrical-coordinate representation of color #AFC721: hue angle of 68.67º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFC721 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 33 -
CMYK 0.12 0 0.83 0.22
HSL 68.67º 0.72% 0.45% -
HSV(B) 68.67º 0.83% 0.78% -
XYZ 38.38 50.07 9.08 -
YUV 172.9 49.05 129.5 -
System Red Green Blue C M Y K H S L
Decimal 175 199 33 0.12 0 0.83 0.22 68.67 0.72 0.45
Hex AF C7 21 C 0 53 16 45 48 2D
Octal 257 307 41 14 0 123 26 105 110 55
Binary 10101111 11000111 100001 1100 0 1010011 10110 1000101 1001000 101101

Color Harmonies of #AFC721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC721

Black with #AFC721

Text Example


Text Example

White with #AFC721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC721; }

 p { color: rgb(175,199,33); }

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

background-color css

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

 a { background-color: rgb(175,199,33); }

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

border-color css

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

 span { border-color: rgb(175,199,33); }

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