Html Css Color HEX #AFC722 Bahia

📋 copy color: '#AFC722'

red 175 ◦ green 199 ◦ blue 34

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

Shades of Bahia #AFC722

Tints of Bahia #AFC722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.33%

R = 42.89%
G = 48.77%
B = 8.33%

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

#AFC722 (or 0xAFC722) is known color: Bahia. HEX triplet: AF, C7 and 22. RGB value is (175,199,34). Sum of RGB (Red+Green+Blue) = 175+199+34=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 34 (13.67% from 255 or 8.33% from 408); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC722 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC722 is #5038DD. Grayscale: #ADADAD. Windows color (decimal): -5257438 or 2279343. OLE color: 2279343.

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

Color convert

RGB 175 199 34 -
CMYK 0.12 0 0.83 0.22
HSL 68.73º 0.71% 0.46% -
HSV(B) 68.73º 0.83% 0.78% -
XYZ 38.39 50.08 9.16 -
YUV 173.01 49.55 129.42 -
System Red Green Blue C M Y K H S L
Decimal 175 199 34 0.12 0 0.83 0.22 68.73 0.71 0.46
Hex AF C7 22 C 0 53 16 45 47 2E
Octal 257 307 42 14 0 123 26 105 107 56
Binary 10101111 11000111 100010 1100 0 1010011 10110 1000101 1000111 101110

Color Harmonies of #AFC722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC722

Black with #AFC722

Text Example


Text Example

White with #AFC722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC722; }

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

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

background-color css

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

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

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

border-color css

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

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

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