Html Css Color HEX #AFC928 Bahia

📋 copy color: '#AFC928'

red 175 ◦ green 201 ◦ blue 40

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

Shades of Bahia #AFC928

Tints of Bahia #AFC928

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.32%

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

R = 42.07%
G = 48.32%
B = 9.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#AFC928 (or 0xAFC928) is known color: Bahia. HEX triplet: AF, C9 and 28. RGB value is (175,201,40). Sum of RGB (Red+Green+Blue) = 175+201+40=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC928 is #5036D7. Grayscale: #AFAFAF. Windows color (decimal): -5256920 or 2673071. OLE color: 2673071.

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

Color convert

RGB 175 201 40 -
CMYK 0.13 0 0.80 0.21
HSL 69.69º 0.67% 0.47% -
HSV(B) 69.69º 0.8% 0.79% -
XYZ 38.95 51.04 9.81 -
YUV 174.87 51.89 128.09 -
System Red Green Blue C M Y K H S L
Decimal 175 201 40 0.13 0 0.80 0.21 69.69 0.67 0.47
Hex AF C9 28 D 0 50 15 46 43 2F
Octal 257 311 50 15 0 120 25 106 103 57
Binary 10101111 11001001 101000 1101 0 1010000 10101 1000110 1000011 101111

Color Harmonies of #AFC928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC928

Black with #AFC928

Text Example


Text Example

White with #AFC928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC928; }

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

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

background-color css

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

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

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

border-color css

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

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

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