Html Css Color HEX #AFC728 Bahia

📋 copy color: '#AFC728'

red 175 ◦ green 199 ◦ blue 40

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

Shades of Bahia #AFC728

Tints of Bahia #AFC728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.66%

R = 42.27%
G = 48.07%
B = 9.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#AFC728 (or 0xAFC728) is known color: Bahia. HEX triplet: AF, C7 and 28. RGB value is (175,199,40). Sum of RGB (Red+Green+Blue) = 175+199+40=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC728 is #5038D7. Grayscale: #AEAEAE. Windows color (decimal): -5257432 or 2672559. OLE color: 2672559.

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

Color convert

RGB 175 199 40 -
CMYK 0.12 0 0.80 0.22
HSL 69.06º 0.67% 0.47% -
HSV(B) 69.06º 0.8% 0.78% -
XYZ 38.49 50.11 9.65 -
YUV 173.7 52.55 128.93 -
System Red Green Blue C M Y K H S L
Decimal 175 199 40 0.12 0 0.80 0.22 69.06 0.67 0.47
Hex AF C7 28 C 0 50 16 45 43 2F
Octal 257 307 50 14 0 120 26 105 103 57
Binary 10101111 11000111 101000 1100 0 1010000 10110 1000101 1000011 101111

Color Harmonies of #AFC728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC728

Black with #AFC728

Text Example


Text Example

White with #AFC728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC728; }

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

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

background-color css

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

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

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

border-color css

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

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

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