Html Css Color HEX #AFC729 Bahia

📋 copy color: '#AFC729'

red 175 ◦ green 199 ◦ blue 41

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

Shades of Bahia #AFC729

Tints of Bahia #AFC729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.88%

R = 42.17%
G = 47.95%
B = 9.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#AFC729 (or 0xAFC729) is known color: Bahia. HEX triplet: AF, C7 and 29. RGB value is (175,199,41). Sum of RGB (Red+Green+Blue) = 175+199+41=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC729 is #5038D6. Grayscale: #AEAEAE. Windows color (decimal): -5257431 or 2738095. OLE color: 2738095.

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

Color convert

RGB 175 199 41 -
CMYK 0.12 0 0.79 0.22
HSL 69.11º 0.66% 0.47% -
HSV(B) 69.11º 0.79% 0.78% -
XYZ 38.5 50.12 9.74 -
YUV 173.81 53.05 128.85 -
System Red Green Blue C M Y K H S L
Decimal 175 199 41 0.12 0 0.79 0.22 69.11 0.66 0.47
Hex AF C7 29 C 0 4F 16 45 42 2F
Octal 257 307 51 14 0 117 26 105 102 57
Binary 10101111 11000111 101001 1100 0 1001111 10110 1000101 1000010 101111

Color Harmonies of #AFC729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC729

Black with #AFC729

Text Example


Text Example

White with #AFC729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC729; }

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

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

background-color css

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

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

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

border-color css

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

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

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