Html Css Color HEX #AFC529 Bahia

📋 copy color: '#AFC529'

red 175 ◦ green 197 ◦ blue 41

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

Shades of Bahia #AFC529

Tints of Bahia #AFC529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.7%

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

R = 42.37%
G = 47.7%
B = 9.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#AFC529 (or 0xAFC529) is known color: Bahia. HEX triplet: AF, C5 and 29. RGB value is (175,197,41). Sum of RGB (Red+Green+Blue) = 175+197+41=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC529 is #503AD6. Grayscale: #ADADAD. Windows color (decimal): -5257943 or 2737583. OLE color: 2737583.

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

Color convert

RGB 175 197 41 -
CMYK 0.11 0 0.79 0.23
HSL 68.46º 0.66% 0.47% -
HSV(B) 68.46º 0.79% 0.77% -
XYZ 38.05 49.21 9.59 -
YUV 172.64 53.71 129.68 -
System Red Green Blue C M Y K H S L
Decimal 175 197 41 0.11 0 0.79 0.23 68.46 0.66 0.47
Hex AF C5 29 B 0 4F 17 44 42 2F
Octal 257 305 51 13 0 117 27 104 102 57
Binary 10101111 11000101 101001 1011 0 1001111 10111 1000100 1000010 101111

Color Harmonies of #AFC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC529

Black with #AFC529

Text Example


Text Example

White with #AFC529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC529; }

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

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

background-color css

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

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

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

border-color css

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

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

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