Html Css Color HEX #AFC628 Bahia

📋 copy color: '#AFC628'

red 175 ◦ green 198 ◦ blue 40

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

Shades of Bahia #AFC628

Tints of Bahia #AFC628

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.94%

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

R = 42.37%
G = 47.94%
B = 9.69%

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

#AFC628 (or 0xAFC628) is known color: Bahia. HEX triplet: AF, C6 and 28. RGB value is (175,198,40). Sum of RGB (Red+Green+Blue) = 175+198+40=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC628 is #5039D7. Grayscale: #ADADAD. Windows color (decimal): -5257688 or 2672303. OLE color: 2672303.

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

Color convert

RGB 175 198 40 -
CMYK 0.12 0 0.80 0.22
HSL 68.73º 0.66% 0.47% -
HSV(B) 68.73º 0.8% 0.78% -
XYZ 38.26 49.66 9.58 -
YUV 173.11 52.88 129.35 -
System Red Green Blue C M Y K H S L
Decimal 175 198 40 0.12 0 0.80 0.22 68.73 0.66 0.47
Hex AF C6 28 C 0 50 16 45 42 2F
Octal 257 306 50 14 0 120 26 105 102 57
Binary 10101111 11000110 101000 1100 0 1010000 10110 1000101 1000010 101111

Color Harmonies of #AFC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC628

Black with #AFC628

Text Example


Text Example

White with #AFC628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC628; }

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

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

background-color css

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

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

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

border-color css

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

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

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