Html Css Color HEX #AFC828 Bahia

📋 copy color: '#AFC828'

red 175 ◦ green 200 ◦ blue 40

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

Shades of Bahia #AFC828

Tints of Bahia #AFC828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.19%

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

R = 42.17%
G = 48.19%
B = 9.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#AFC828 (or 0xAFC828) is known color: Bahia. HEX triplet: AF, C8 and 28. RGB value is (175,200,40). Sum of RGB (Red+Green+Blue) = 175+200+40=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC828 is #5037D7. Grayscale: #AEAEAE. Windows color (decimal): -5257176 or 2672815. OLE color: 2672815.

HSL color Cylindrical-coordinate representation of color #AFC828: hue angle of 69.38º 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 #AFC828 is Cyan = 0.12, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 40 -
CMYK 0.12 0 0.8 0.22
HSL 69.38º 0.67% 0.47% -
HSV(B) 69.38º 0.8% 0.78% -
XYZ 38.72 50.58 9.73 -
YUV 174.29 52.22 128.51 -
System Red Green Blue C M Y K H S L
Decimal 175 200 40 0.12 0 0.8 0.22 69.38 0.67 0.47
Hex AF C8 28 C 0 50 16 45 43 2F
Octal 257 310 50 14 0 120 26 105 103 57
Binary 10101111 11001000 101000 1100 0 1010000 10110 1000101 1000011 101111

Color Harmonies of #AFC828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC828

Black with #AFC828

Text Example


Text Example

White with #AFC828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC828; }

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

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

background-color css

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

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

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

border-color css

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

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

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