Html Css Color HEX #AFC625 Bahia

📋 copy color: '#AFC625'

red 175 ◦ green 198 ◦ blue 37

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

Shades of Bahia #AFC625

Tints of Bahia #AFC625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.02%

R = 42.68%
G = 48.29%
B = 9.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#AFC625 (or 0xAFC625) is known color: Bahia. HEX triplet: AF, C6 and 25. RGB value is (175,198,37). Sum of RGB (Red+Green+Blue) = 175+198+37=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC625 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC625 is #5039DA. Grayscale: #ADADAD. Windows color (decimal): -5257691 or 2475695. OLE color: 2475695.

HSL color Cylindrical-coordinate representation of color #AFC625: hue angle of 68.57º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFC625 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 37 -
CMYK 0.12 0 0.81 0.22
HSL 68.57º 0.69% 0.46% -
HSV(B) 68.57º 0.81% 0.78% -
XYZ 38.21 49.64 9.32 -
YUV 172.77 51.38 129.59 -
System Red Green Blue C M Y K H S L
Decimal 175 198 37 0.12 0 0.81 0.22 68.57 0.69 0.46
Hex AF C6 25 C 0 51 16 45 45 2E
Octal 257 306 45 14 0 121 26 105 105 56
Binary 10101111 11000110 100101 1100 0 1010001 10110 1000101 1000101 101110

Color Harmonies of #AFC625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC625

Black with #AFC625

Text Example


Text Example

White with #AFC625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC625; }

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

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

background-color css

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

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

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

border-color css

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

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

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